Tue, 18 Feb 2025 10:25:00 UTC | login

Information for build perl-Perl-Critic-1.134-4.fc31

ID114651
Package Nameperl-Perl-Critic
Version1.134
Release4.fc31
Epoch
SummaryCritique Perl source code for best-practices
DescriptionPerl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policy modules are based on Damian Conway's book Perl Best Practices. However, Perl::Critic is not limited to PBP and will even support Policies that contradict Conway. You can enable, disable, and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 18:44:34 UTC
CompletedWed, 31 Jul 2019 18:44:34 UTC
Tags
f31
f32
f33
RPMs
src
perl-Perl-Critic-1.134-4.fc31.src.rpm (info) (download)
noarch
perl-Perl-Critic-1.134-4.fc31.noarch.rpm (info) (download)
perl-Test-Perl-Critic-Policy-1.134-4.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.134-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.134-3 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.134-2 - Perl 5.30 rebuild * Thu May 23 2019 Paul Howarth <paul@city-fan.org> - 1.134-1 - Update to 1.134 New Features - Added new policy BuiltinFunctions::ProhibitShiftRef (GH#837) - Support indented heredocs (GH#861) - In Subroutines::ProhibitManyArgs, you can now omit the object variable (C<$self> or C<$class>) from the argument count (GH#815) Policy Changes - The policy Documentation::RequirePodLinksIncludeText is obsolete and has been removed (GH#494) Dependencies - Removed use of File::HomeDir - Upgrade to PPI 1.265 (GH#860) - Fix failed tests caused by new PPI (GH#858) Internals - Updated the Appveyor config (GH#851) * Mon Apr 29 2019 Paul Howarth <paul@city-fan.org> - 1.132-8 - Add workaround for PPI ≥ 1.262 * Fri Apr 26 2019 Paul Howarth <paul@city-fan.org> - 1.132-7 - Add workaround for PPI ≥ 1.250 https://github.com/Perl-Critic/Perl-Critic/issues/858 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.132-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Nov 06 2018 Paul Howarth <paul@city-fan.org> - 1.132-5 - Explicitly BR: glibc-langpack-en * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.132-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.132-3 - Perl 5.28 re-rebuild of bootstrapped packages * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.132-2 - Perl 5.28 rebuild * Fri Jun 01 2018 Paul Howarth <paul@city-fan.org> - 1.132-1 - Update to 1.132 New Features - In the ProhibitLeadingZeros policy, added an exception for mkfifo (GH#786) - Add colour support for Windows platforms (GH#700) - Perl::Critic now assumes that .psgi files are Perl, too (GH#805) - Variables::ProhibitUnusedVariables no longer gives a false positive for variables used in interpolation (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 (GH#811, GH#812) Dependencies - Perl::Critic now no longer relies on the deprecated Email::Address (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 - Switch upstream from search.cpan.org to metacpan.org - Switch spell checker from aspell to hunspell * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.130-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.130-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild