Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 6FF7263BC49 for ; Mon, 17 Nov 2008 04:49:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1818863B266; Mon, 17 Nov 2008 04:49:01 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3609463B265 for ; Mon, 17 Nov 2008 04:49:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 25C3C175D0; Mon, 17 Nov 2008 04:49:00 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/p5-Perl-Critic To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20081117044900.25C3C175D0@cvs.netbsd.org> Date: Mon, 17 Nov 2008 04:49:00 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Mon Nov 17 04:49:00 UTC 2008 Modified Files: pkgsrc/devel/p5-Perl-Critic: Makefile distinfo Log Message: 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 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. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Perl-Critic/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Perl-Critic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.