Name: | perl-autobox |
---|---|
Version: | 3.0.1 |
Release: | 7.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 78828 |
License: | Artistic 2.0 |
RPM: | perl-autobox-3.0.1-7.el8.x86_64.rpm |
Source RPM: | perl-autobox-3.0.1-7.el8.src.rpm |
Build Date: | Mon Dec 02 2019 |
Build Host: | jenkins-10-147-72-125-bac5542f-61c6-401e-b77d-0b3f5c5c5425.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/autobox |
Summary: | Call methods on native types |
Description: | The autobox pragma allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references. |
- Spec tidy-up - Use author-independent source URL - Use %{make_build} and %{make_install}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Update to 3.0.1 - Breaking change: - The behaviour of UNIVERSAL methods like $native->can and $native->isa is now defined as being the same as when autobox is not enabled rather than "undefined" (technically, this still falls under the rubric of "undefined", but the switch from "don't know" to "don't" could break buggy code, so bump for safety) - Add DOES to the list of non-autoboxed methods - Switch to semantic versioning scheme - Upgrade ppport.h from 3.35 → 3.42 - Fix version declaration on 5.8 (GH#11)
- Update to 2.86 - Fix bug that prevented autoboxing working under the debugger on perl 5.22+ (GH#9); added t/debugger.t - Fix bug that prevented bareword method-calls being exempted when the method is a variable e.g. Foo->$bar (GH#8) - Add operator-overloading note to the gotchas section (GH#7) - License changed to Artistic 2.0 - Drop legacy Group: tag
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild