#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 4th June 2018 === ==== Fedora Project ==== * Updated `gtkwave` to 3.3.91 in Rawhide: * Added support for `GSettings` for when `GConf` is removed from distributions such as Debian and Ubuntu * Performance fix for large number of groups (remove useless recursion required for transaction traces) . The build uses `gsettings` rather than `gconf` from Fedora 29 onwards * Updated `perl-Perl-Critic` to 1.132 in Rawhide: . New Features * In the `ProhibitLeadingZeros` policy, added an exception for `mkfifo` ([[https://github.com/Perl-Critic/Perl-Critic/issues/786|GH#786]]) * Add colour support for Windows platforms ([[https://github.com/Perl-Critic/Perl-Critic/pull/700|GH#700]]) * `Perl::Critic` now assumes that `.psgi` files are Perl, too ([[https://github.com/Perl-Critic/Perl-Critic/pull/805|GH#805]]) * `Variables::ProhibitUnusedVariables` no longer gives a false positive for variables used in interpolation ([[https://github.com/Perl-Critic/Perl-Critic/pull/801|GH#801]]) * Added the ability to specify a regex to tell what unused private subroutines are OK in `Subroutines::ProhibitUnusedPrivateSubroutines`; this is handy for `Moose` classes where there could be many false positives on `_build_xxxx()` subroutines ([[https://github.com/Perl-Critic/Perl-Critic/issues/811|GH#811]], [[https://github.com/Perl-Critic/Perl-Critic/pull/812|GH#812]]) . Dependencies * `Perl::Critic` now no longer relies on the deprecated `Email::Address` ([[https://github.com/Perl-Critic/Perl-Critic/issues/816|GH#816]]) . Bug Fixes * Recode `Perl::Critic::Utils::all_perl_files()` to use `File::Find` instead of `opendir`/`readdir`; this solves endless directory traversals if the directories contain circular symbolic references * Added missing requirement for `Fatal.pm` . Documentation * Added `CONTRIBUTING.md` ==== Local Packages ==== * Updated `gtkwave` to 3.3.91 as per the Fedora version * New package `perl-PPIx-QuoteLike` (0.005) * Updated `perl-Perl-Critic` to 1.132 as per the Fedora version ----