Login
projects
/
gknop
/
Perl-Critic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove column numbers from =over POD directives. The POD formatter
[gknop/Perl-Critic.git]
/
Changes
2008-10-26
Jeffrey Ryan Thalh...
Explain new option in Changes file
blob
|
commitdiff
2008-10-16
Elliot Shank
Add subroutine name to violation descriptions for
blob
|
commitdiff
|
diff to current
2008-10-14
Elliot Shank
And $P::C::Policy::FORMAT bites the dust too.
blob
|
commitdiff
|
diff to current
2008-10-14
Elliot Shank
$P::C::Violation::FORMAT loses to NamingConventions...
blob
|
commitdiff
|
diff to current
2008-10-11
Elliot Shank
RT #39787 is wrong. RequireNoMatchVarsWithUseEnglish...
blob
|
commitdiff
|
diff to current
2008-09-28
Chris Dolan
Rename Variables::ProhibitReusedVarNames to Variables...
blob
|
commitdiff
|
diff to current
2008-09-28
Jeffrey Ryan Thalh...
Created a new Policy to prohibit an unrestricted #...
blob
|
commitdiff
|
diff to current
2008-09-27
Elliot Shank
Rename is_document_exempt() to prepare_to_scan_document().
blob
|
commitdiff
|
diff to current
2008-09-17
Elliot Shank
Fix date prototype at the top of Changes. Yeah, it...
blob
|
commitdiff
|
diff to current
2008-09-17
Elliot Shank
Put caveat about autodie support into Changes.
blob
|
commitdiff
|
diff to current
2008-09-17
Elliot Shank
Add autodie support to the InputOutput::RequireChecked...
blob
|
commitdiff
|
diff to current
2008-09-14
Elliot Shank
Allow specification of violation descriptions in Prohib...
blob
|
commitdiff
|
diff to current
2008-09-07
Elliot Shank
Release P::C 1.093_001 so that I can get access to the
v1.093_001
v1.093_01
blob
|
commitdiff
|
diff to current
2008-09-07
Elliot Shank
Use is_document_exempt() RequireExplicitPackage and
blob
|
commitdiff
|
diff to current
2008-09-07
Elliot Shank
Add test case to RequireEndWithOne.run from Schwern's
blob
|
commitdiff
|
diff to current
2008-09-07
Elliot Shank
Allow RequireRcsKeywords to find things after __END__.
blob
|
commitdiff
|
diff to current
2008-09-02
Jeffrey Ryan Thalh...
Bumped VERSION to 1.092.
v1.092
blob
|
commitdiff
|
diff to current
2008-09-02
Jeffrey Ryan Thalh...
Bumped VERSION to 1.091
v1.091
blob
|
commitdiff
|
diff to current
2008-08-27
Jeffrey Ryan Thalh...
Update Changes file with latest bug fix.
blob
|
commitdiff
|
diff to current
2008-08-27
Jeffrey Ryan Thalh...
Updated changes to reflect relocation of Policy.
blob
|
commitdiff
|
diff to current
2008-08-24
Jeffrey Ryan Thalh...
Enhanced the -doc feature to take advantage of the
blob
|
commitdiff
|
diff to current
2008-08-22
Elliot Shank
Implement RegularExpressions::RequireDotMatchAnything.
blob
|
commitdiff
|
diff to current
2008-08-22
Elliot Shank
Create an option for CodeLayout::ProhibitQuotedWordLists
blob
|
commitdiff
|
diff to current
2008-08-21
Jeffrey Ryan Thalh...
Color for high-severity violations is now magenta,
blob
|
commitdiff
|
diff to current
2008-08-17
Elliot Shank
Make the changes to
blob
|
commitdiff
|
diff to current
2008-08-17
Elliot Shank
Clean up Schwern's
blob
|
commitdiff
|
diff to current
2008-08-16
Elliot Shank
Update Changes with the new allow_with_category_restriction
blob
|
commitdiff
|
diff to current
2008-08-11
Elliot Shank
Update Changes to reflect the fix for RT #38380 that...
blob
|
commitdiff
|
diff to current
2008-07-28
Chris Dolan
Forgot to update Changes
blob
|
commitdiff
|
diff to current
2008-07-27
Jeffrey Ryan Thalh...
CodeLayout::ProhibitQuotedWordLists also now applies...
blob
|
commitdiff
|
diff to current
2008-07-27
Jeffrey Ryan Thalh...
ProhibitQuotedWordLists does not apply to lists
blob
|
commitdiff
|
diff to current
2008-07-23
Jeffrey Ryan Thalh...
Added my first new policy in a very long time. So...
blob
|
commitdiff
|
diff to current
2008-07-22
Elliot Shank
ProhibitSingleCharAlternation test was failing when
blob
|
commitdiff
|
diff to current
2008-07-22
Elliot Shank
Bump P::C version to 1.089.
v1.089
blob
|
commitdiff
|
diff to current
2008-07-21
Elliot Shank
Add rcs_keywords option to RequireInterpolationOfMetachars.
blob
|
commitdiff
|
diff to current
2008-07-15
Jeffrey Ryan Thalh...
RT #34713. Tweaked Subroutines::ProtectPrivateVars
blob
|
commitdiff
|
diff to current
2008-07-14
Elliot Shank
Add exec to the list of things accepted by
blob
|
commitdiff
|
diff to current
2008-07-14
Jeffrey Ryan Thalh...
Subroutines::ProhibitBuiltinHomonyms now covers Perl...
blob
|
commitdiff
|
diff to current
2008-07-14
Elliot Shank
Change name of option in ProhibitInterpolationOfLiterals to
blob
|
commitdiff
|
diff to current
2008-07-14
Elliot Shank
Add allow_double_quote_if_string_contains_single_quote
blob
|
commitdiff
|
diff to current
2008-07-09
Jeffrey Ryan Thalh...
is_script() now tries to check if the filename ends...
blob
|
commitdiff
|
diff to current
2008-07-09
Elliot Shank
Make -s a synonym for --single-policy.
blob
|
commitdiff
|
diff to current
2008-07-08
Elliot Shank
Fix ProhibitAmpersandSigils in the "sort &foo(...)...
blob
|
commitdiff
|
diff to current
2008-07-07
Chris Dolan
Fix false positive in ProhibitSingleCharAlternation
blob
|
commitdiff
|
diff to current
2008-07-07
Elliot Shank
Whoops. Didn't update Changes for the ProhibitUnusedCa...
blob
|
commitdiff
|
diff to current
2008-07-04
Elliot Shank
Forgot to update Changes about ProhibitSleepViaSelect.
blob
|
commitdiff
|
diff to current
2008-07-04
Elliot Shank
Fix 1.088 date in Changes.
blob
|
commitdiff
|
diff to current
2008-07-03
Elliot Shank
Bump P::C version to 1.088.
blob
|
commitdiff
|
diff to current
2008-06-30
Elliot Shank
Finish implementation of RequireCheckingReturnValueOfEval.
blob
|
commitdiff
|
diff to current
2008-06-25
Elliot Shank
After discussion at YAPC, raise ProhibitUnusedVariables
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change ValuesAndExpressions::ProhibitLeadingZeros to...
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change ValuesAndExpressions::ProhibitLeadingZeros to...
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change ValuesAndExpressions::ProhibitLeadingZeros to...
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change ValuesAndExpressions::ProhibitLeadingZeros to...
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change ValuesAndExpressions::ProhibitLeadingZeros to...
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Change the --Version option to --version.
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Bump P::C version to 1.087.
v1.087
blob
|
commitdiff
|
diff to current
2008-06-22
Elliot Shank
Moved detection of the lack of any enabled policies...
blob
|
commitdiff
|
diff to current
2008-06-21
Elliot Shank
Handle files with name "0".
blob
|
commitdiff
|
diff to current
2008-06-19
Elliot Shank
ProhibitTwoArgOpen now ignores files with "use 5.005".
blob
|
commitdiff
|
diff to current
2008-06-18
Elliot Shank
RequireUseWarnings now ignores files with "use 5.005".
blob
|
commitdiff
|
diff to current
2008-06-17
Elliot Shank
Update P::C Changes to reflect Chris'
blob
|
commitdiff
|
diff to current
2008-06-12
Elliot Shank
Bump P::C version to 1.086.
v1.086
blob
|
commitdiff
|
diff to current
2008-06-11
Elliot Shank
Change indent in Changes to 4 spaces instead of 5....
blob
|
commitdiff
|
diff to current
2008-06-11
Elliot Shank
Change NamingConventions::ProhibitAmbiguousNames to...
blob
|
commitdiff
|
diff to current
2008-06-09
Elliot Shank
Make --colour equivalent to --color.
blob
|
commitdiff
|
diff to current
2008-06-09
Elliot Shank
Fix RT #36569. The color option wasn't being paid...
blob
|
commitdiff
|
diff to current
2008-06-08
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-06-08
Elliot Shank
Catch a few more cases in ProhibitUnusedVariables.
blob
|
commitdiff
|
diff to current
2008-06-06
Chris Dolan
Implemented Documentation::RequirePackageMatchesPodName
blob
|
commitdiff
|
diff to current
2008-05-24
Elliot Shank
Merge the comments in Changes for the 1.083_00x releases
blob
|
commitdiff
|
diff to current
2008-05-23
Elliot Shank
Fill in a bunch of RT numbers in Changes.
blob
|
commitdiff
|
diff to current
2008-05-21
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-05-21
Elliot Shank
Fix RT #36059, in which ProhibitPerl4PackageNames was
blob
|
commitdiff
|
diff to current
2008-05-20
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-05-19
Elliot Shank
Grrr... Stupid mistake in Changes.
blob
|
commitdiff
|
diff to current
2008-05-19
Elliot Shank
Don't kill entire run due to problem with a single...
blob
|
commitdiff
|
diff to current
2008-05-19
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-05-18
Elliot Shank
Bump P::C version to 1.083_004.
v1.083_004
blob
|
commitdiff
|
diff to current
2008-05-18
Elliot Shank
Update changes.
blob
|
commitdiff
|
diff to current
2008-05-17
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-05-11
Elliot Shank
Exempt STD(IN|OUT|ERR) from RequireBriefOpen.
blob
|
commitdiff
|
diff to current
2008-05-09
Elliot Shank
Finish up ProhibitLabelsWithSpecialBlockNames.
blob
|
commitdiff
|
diff to current
2008-05-08
Elliot Shank
Needed to tack on a bit more to Mike's credit.
blob
|
commitdiff
|
diff to current
2008-05-08
Elliot Shank
Initial implementation of
blob
|
commitdiff
|
diff to current
2008-05-05
Elliot Shank
Make sure all Policies have a CONFIGURATION POD section.
blob
|
commitdiff
|
diff to current
2008-05-04
Elliot Shank
Change ProhibitMagicNumbers to allow constant subroutines.
blob
|
commitdiff
|
diff to current
2008-04-21
Elliot Shank
Generate P::C::PolicySummary, rather than have to maintain
blob
|
commitdiff
|
diff to current
2008-04-14
Elliot Shank
Spelling in Changes.
blob
|
commitdiff
|
diff to current
2008-04-14
Elliot Shank
Update Changes to reflect the Moose::Role exemptions.
blob
|
commitdiff
|
diff to current
2008-04-14
Elliot Shank
Update Changes.
blob
|
commitdiff
|
diff to current
2008-04-12
Elliot Shank
Add allow_all_brackets parameter to
blob
|
commitdiff
|
diff to current
2008-04-12
Elliot Shank
Add allow_all_brackets parameter to
blob
|
commitdiff
|
diff to current
2008-04-07
Elliot Shank
Add P::C::Document::highest_explicit_perl_version(...
blob
|
commitdiff
|
diff to current
2008-04-06
Elliot Shank
Make use of maximum violations per document and dump the
blob
|
commitdiff
|
diff to current
2008-03-17
Elliot Shank
Add a --list-themes option to perlcritic.
blob
|
commitdiff
|
diff to current
2008-03-16
Elliot Shank
Add violations per file and per statement to
blob
|
commitdiff
|
diff to current
2008-03-10
Elliot Shank
Make Variables::RequireLocalizedPunctuationVars accept...
blob
|
commitdiff
|
diff to current
2008-03-08
Elliot Shank
Update P-C/Changes and P-C-More/Changes to mention the
blob
|
commitdiff
|
diff to current
2008-03-08
Elliot Shank
Small fix to Changes.
blob
|
commitdiff
|
diff to current
next