2011-11-06 10:36:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 6 10:35:00 UTC 2011 - rschweikert@suse.com
|
|
|
|
|
|
|
|
- Set executable permission for commandline interface (/usr/bin/perlcritic)
|
|
|
|
|
2011-04-02 17:06:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 2 07:48:54 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- update to 1.115
|
|
|
|
* Fatal error in RegularExpressions::ProhibitUnusedCapture here
|
|
|
|
document check. RT #67116.
|
|
|
|
* Internal POD error in Documentation::RequirePodLinksIncludeText. Patch
|
|
|
|
by Salvatore Bonaccorso. RT #67012
|
|
|
|
|
2011-03-31 18:27:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 31 18:26:47 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- update to 1.114
|
|
|
|
Policy Changes:
|
|
|
|
* Documentation::RequirePodLinksIncludeText now handles nested POD
|
|
|
|
formatting. RT #65569
|
|
|
|
* Clarified relation of severity numbers to names in Perl::Critic
|
|
|
|
POD. RT #66017
|
|
|
|
* Removed caveats from Variables::RequireLocalizedPunctuationVars,
|
|
|
|
no longer necessary with PPI 1.208. 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. RT #64437
|
|
|
|
* RegularExpressions::ProhibitUnusedCapture now looks inside
|
|
|
|
double-quotish things. RT #38942.
|
|
|
|
* RegularExpressions::ProhibitUnusedCapture now takes logical
|
|
|
|
alternation into account, so that (e.g.)
|
|
|
|
if ( /(a)/ || /(b)/ ) {
|
|
|
|
say $1;
|
|
|
|
}
|
|
|
|
is not a violation. 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. 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. RT #64132.
|
|
|
|
|
2010-12-01 13:52:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:34:28 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-19 15:26:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 19 15:25:01 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 1.109
|
|
|
|
- Bug Fixes:
|
|
|
|
* ValuesAndExpressions::RequireInterpolationOfMetachars fix due to changes
|
|
|
|
in Email::Address 1.890. Note that this may find problems in code that
|
|
|
|
it didn't before, e.g. q<'@foo'>.
|
|
|
|
|
2010-07-15 00:20:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 15 00:12:45 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 1.108
|
|
|
|
o for full list please see Changes file
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
o fix deps
|
|
|
|
- added bcond_with test for
|
|
|
|
o Test::Deep
|
|
|
|
o Test::Memory::Cycle
|
|
|
|
- split up old pkg to perl-Perl-Critic_1_106
|
|
|
|
o 1.108 builds only on suse_version > 1120
|
|
|
|
|
2010-07-14 23:46:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 14 23:39:57 UTC 2010 - chris@computersalat.de
|
|
|
|
|
2010-07-15 00:20:12 +00:00
|
|
|
- update to 1.106
|
2010-07-14 23:46:46 +00:00
|
|
|
* NamingConventions::Capitalization fix for PPI 1.212. RT #57348
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
o fix deps
|
|
|
|
|
2009-11-28 21:43:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 23 18:53:53 CET 2009 - rschweikert@novell.com
|
|
|
|
|
|
|
|
- Initial build of perlcritic
|
|
|
|
|