#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 6th December 2022 === ==== Fedora Project ==== * Updated `perl-Perl-Critic` to 1.144 in Rawhide: * `Perl::Critic` now requires Perl 5.10.1 . New features * The `ProhibitAugmentedAssignmentInDeclaration` policy now allows augmented assignments to "`our`" variables, if the `allow_our` option is enabled ([[https://github.com/Perl-Critic/Perl-Critic/pull/993|GH#993]]) * `ProhibitExplicitISA` now recommends "`use parent`" instead of "`use base`" ([[https://github.com/Perl-Critic/Perl-Critic/issues/987|GH#987]]) * `RequireUseWarnings` now recognizes that "`use v5.36`" implies `warnings` ([[https://github.com/Perl-Critic/Perl-Critic/pull/984|GH#984]]) * `Subroutines::ProhibitNestedSubs` now allows that lexical subroutines can be inside other subroutines ([[https://github.com/Perl-Critic/Perl-Critic/issues/946|GH#946]], [[https://github.com/Perl-Critic/Perl-Critic/pull/971|GH#971]], [[https://github.com/Perl-Critic/Perl-Critic/issues/972|GH#972]]) * `RequireUseStrict` now knows that `Test::Spec` enables it ([[https://github.com/Perl-Critic/Perl-Critic/pull/906|GH#906]]) * `ProhibitUnusedCapture` now understands `@{^CAPTURE}` and `%{^CAPTURE_ALL}` that were added in Perl 5.26.0 ([[https://github.com/Perl-Critic/Perl-Critic/issues/778|GH#778]]) * Allow numeric operators on special number strings '`NaN`' and '`inf`' ([[https://github.com/Perl-Critic/Perl-Critic/pull/803|GH#803]]) . Fixes * `Miscellanea::ProhibitUselessNoCritic` no longer filters out errors about itself, just as `Miscellanea::ProhibitUnrestrictedNoCritic` cannot ([[https://github.com/Perl-Critic/Perl-Critic/issues/939|GH#939]]) * Fixed [[https://github.com/Perl-Critic/Perl-Critic/issues/878|GH#878]]: bareword filehandle dies on "`open(CHECK, '/foo');`" . Internals * Updated to using Perl 5.10.1; starting migrating to Perl 5.10-isms like defined-or . Documentation * Updated some outdated docs in `Perl::Critic::Utils` ([[https://github.com/Perl-Critic/Perl-Critic/issues/951|GH#951]]) ==== Local Packages ==== * Updated `perl-Perl-Critic` to 1.144 as per the Fedora version ----