Wednesday 25th June 2014
Fedora Project
Updated perl-Readonly to 1.5.0 in Rawhide:
Readonly::XS is no longer needed
Typo fix (CPAN RT#86350)
Array and Hash scalar references were not made deeply readonly (CPAN RT#37864)
- Upstream magic-related bugs were reported to P5P and fixed in Perl itself so we can resolve the following local issues:
CPAN RT#24216 ('looks_like_number' doesn't handle Readonly properly)
CPAN RT#29487 (magical variable bug in perl 5.8.5)
CPAN RT#36653 (Readonly scalar as class name sometimes undefined)
CPAN RT#57382 (tie-related bug in Perl's core)
CPAN RT#70167 (unaccessed read-only variables are undef in select calls)
Reported Perl RT#120122 (tie + smartmatch bug) upstream to P5P; will eventually resolve local (CPAN RT#59256)
Use readonly support exposed in Internals on perl ≥ 5.8.0
Checking Readonly::XS::Okay is no longer suggested... never should have been
Local Packages
Updated java-1.7.0-oracle to use tzupdater 1.4.5 (2014e); see OracleJava7OnFedora
Updated perl-Readonly to 1.5.0 as per the Fedora version
Updated perl-Test-CleanNamespaces to 0.13:
Bump (optional) prereq on Moo to get some fixes for handling roles