#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 16th May 2011 === ==== Fedora Project ==== * Updated `perl-Perl-Critic` to 1.116 in Rawhide ([[RedHatBugzilla:705000|Bug #705000]]): * `BuiltInFunctions::ProhibitLvalueSubstr` does not report violations if the document contains an explicit '`use n.nnn;`' where the version is before 5.005 ([[CPAN:59112|CPAN RT#59112]]) * `Documentation::RequirePodSections` no longer blows up on code having POD but no `=head1` ([[CPAN:67231|CPAN RT#67231]]) * `RegularExpressions::ProhibitUnusedCapture` should more reliably find things like `s/(a)/${1}2/` ([[CPAN:67273|CPAN RT#67273]]) * `ValuesAndExpressions::ProhibitMagicNumbers` and `Module::RequireVersionVar` now treat versions passed as the second argument of a '`package`' statement the same as versions declared as '`our $VERSION ...`' ([[CPAN:67159|CPAN RT#67159]]) * `Variables::RequireLexicalLoopIterators` does not report violations if the document contains an explicit '`use n.nnn;`' where the version is before 5.004 ([[CPAN:67760|CPAN RT#67760]]) ==== Local Packages ==== * Updated `perl-File-Slurp` to 9999.18, adding a patch to work around a test incompatibility with `Exporter` < 5.58 ([[CPAN:68229|CPAN RT#68229]]) * Updated `perl-Perl-Critic` to 1.116 as per the Fedora version ----