Commit Graph

7 Commits

Author SHA1 Message Date
Paul Howarth 311f21ae61 Update to 1.116
- New upstream release 1.116:
  - BuiltInFunctions::ProhibitLvalueSubstr does not report violations if the
    document contains an explicit 'use n.nnn;' where the version is before
    5.005 (CPAN RT#59112)
  - Documentation::RequirePodSections no longer blows up on code having POD but
    no =head1 (CPAN RT#67231)
  - RegularExpressions::ProhibitUnusedCapture should more reliably find things
    like s/(a)/${1}2/ (CPAN RT#67273)
  - ValuesAndExpressions::ProhibitMagicNumbers and Module::RequireVersionVar
    now treat versions passed as the second argument of a 'package' statement
    the same as versions declared as 'our $VERSION ...' (CPAN RT#67159)
  - Variables::RequireLexicalLoopIterators does not report violations if the
    document contains an explicit 'use n.nnn;' where the version is before
    5.004 (CPAN RT#67760)
2011-05-16 12:49:32 +01:00
Paul Howarth 077f0fdadc Update to 1.115
- New upstream release 1.115:
  - Fatal error in RegularExpressions::ProhibitUnusedCapture here document
    check (CPAN RT#67116)
  - Internal POD error in Documentation::RequirePodLinksIncludeText
    (CPAN RT#67012)
2011-04-01 13:10:10 +01:00
Paul Howarth 8d08a157e5 Update to 1.114
- New upstream release 1.114:
  - Documentation::RequirePodLinksIncludeText now handles nested POD formatting
    (CPAN RT#65569)
  - Clarified relation of severity numbers to names in Perl::Critic POD
    (CPAN RT#66017)
  - Removed caveats from Variables::RequireLocalizedPunctuationVars, no longer
    necessary with PPI 1.208 (CPAN RT#65514)
  - Have InputOutput::RequireBriefOpen attempt to expand scope as necessary to
    deal with the case where the open() and the corresponding close() are not
    in the same scope (CPAN RT#64437)
  - RegularExpressions::ProhibitUnusedCapture now looks inside double-quotish
    things (CPAN RT#38942)
  - RegularExpressions::ProhibitUnusedCapture now takes logical alternation
    into account, so that (e.g.)
        if ( /(a)/ || /(b)/ ) {
                say $1;
        }
    is not a violation (CPAN RT#38942)
  - ValuesAndExpressions::ProhibitCommaSeparatedStatements now recognizes
    'return { foo => 1, bar => 2 }' as containing a hash constructor, not a
    block; this was fixed by PPI 1.215 (CPAN RT#61301)
  - ValuesAndExpressions::ProhibitCommaSeparatedStatements now recognizes
    'bless { foo => 1, bar => 2 }' as containing a hash constructor, not a
    block; this was fixed by PPI 1.215 (CPAN RT#64132)
- Bump PPI version requirement to 1.215
- BR/R: perl(Pod::Parser)
2011-03-29 13:06:27 +01:00
Marcela Mašláňová c185ce57fa update to 1.113 2011-03-07 16:04:37 +01:00
Marcela Mašláňová 8ffc46b55d Update to 1.111 2011-01-03 15:18:18 +01:00
Marcela Mašláňová d1a7344c29 * Fri Aug 6 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.108-1
- update
2010-08-06 14:17:15 +02:00
Fedora Release Engineering b555e200f1 dist-git conversion 2010-07-29 07:45:12 +00:00