Update from version 1.090nb1 to 1.092.
Pkgsrc changes: o Re-order DEPENDS to match META.yml from package Upstream changes: [1.092] Released on 2008-09-02 Bug Fixes: * Fixed POD errors that were causing build failures. Sorry about that. [1.091] Released on 2008-09-01 New Policies: * RegularExpressions::RequireDotMatchAnything New Features: * perlcritic now supports a -pager option, so you can more easily send the output to your favorite pager. You can set this option on the command-line or in your .perlcriticrc file. See the perlcritic perldoc for more details. Credit to Michael Schwern. * The output from "perlcritic -doc PATTERN" will be automatically sent to your pager if you have set the -pager option. Policy Changes: * CodeLayout::ProhibitQuotedWordLists no longer applies if the list contains any non-words, by default. A non-word is anything that does not match /[\w-]+/. You can restore the former behavior by setting the "strict" option. RT #37886. * CodeLayout::ProhibitQuotedWordLists also now applies to the import arguments of a C<use> statement. RT #24467. * ErrorHandling::RequireCheckingReturnValueOfEval now recognizes ternary left-sides as valid checks. * RegularExpressions::RequireExtendedFormatting gains a minimum_regex_length_to_complain_about option. Also, regexes that contain only word and whitespace characters are now exempt from this policy, by default; you can make it complain about them by turning on the new strict option. Contributed by Michael Schwern. RT #38531. * TestingAndDebugging::ProhibitNoWarnings now supports a allow_with_category_restriction option, thanks to Michael Schwern. RT #38514. * CodeLayout::ProhibitHardTabs now allows leading tabs in qw() word lists and regexes with the /x modifier. You can still configure this policy to forbid all hard tabs, if you like. RT #32440 Bug Fixes: * perlcritic should now work under PAR. RT #38380. * URL for our repository in META.yml now works for anonymous checkout. The password is "" (empty). RT #38628. * color for high-severity violations is now magenta because it is more redable than yellow on white backgrounds. RT #38511.
This commit is contained in:
parent
5f275bbd92
commit
b23143c813
2 changed files with 9 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.5 2008/10/19 19:17:58 he Exp $
|
# $NetBSD: Makefile,v 1.6 2008/11/17 04:49:00 he Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Perl-Critic-1.090
|
DISTNAME= Perl-Critic-1.092
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
|
||||||
|
|
||||||
|
@ -13,15 +12,15 @@ COMMENT= Perl 5 module providing a static Perl source code analysis engine
|
||||||
|
|
||||||
PKG_DESTDIR_SUPPORT= user-destdir
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
|
||||||
DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
|
DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
|
||||||
|
DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
|
||||||
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
||||||
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
||||||
DEPENDS+= p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
|
DEPENDS+= p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
|
||||||
DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI
|
DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI
|
||||||
DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
|
|
||||||
DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
|
|
||||||
DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
|
|
||||||
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
||||||
|
DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
|
||||||
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
||||||
|
|
||||||
USE_LANGUAGES= # empty
|
USE_LANGUAGES= # empty
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.2 2008/08/11 14:46:24 he Exp $
|
$NetBSD: distinfo,v 1.3 2008/11/17 04:49:00 he Exp $
|
||||||
|
|
||||||
SHA1 (Perl-Critic-1.090.tar.gz) = 27fb7c358619714d7f4e6cffbbc4da8c64691c2f
|
SHA1 (Perl-Critic-1.092.tar.gz) = 64e9e4af3b4f1651b7623a4ab39c033e95f4c15f
|
||||||
RMD160 (Perl-Critic-1.090.tar.gz) = 657816c45b99ebed92868b3251e3c6285307eca0
|
RMD160 (Perl-Critic-1.092.tar.gz) = 02c9bf37e8d81b7523f7b8642403ae4e65eceb28
|
||||||
Size (Perl-Critic-1.090.tar.gz) = 371967 bytes
|
Size (Perl-Critic-1.092.tar.gz) = 377192 bytes
|
||||||
|
|
Loading…
Reference in a new issue