2008-03-08 |
Elliot Shank | Clean up some self-compliance issues now that MagicNumbers |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Move ProhibitMagicNumbers from More to core. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Bump P::C version to 1.082. v1.082 |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Add a bunch of items related to Parameters to TODO... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Small fix to Changes. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Fix some small problems in DEVELOPER.pod. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Elliot Shank | Roll up changes in recent dev releases into the following |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Elliot Shank | Add idea for -l/-L options for perlcritic. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Update Changes for 1.081_006 release. v1.081_006 |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Bump version to 1.081_006. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | I believe that I've got the PodSpelling problem whacked. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Ok, PodSpelling doesn't fall over if something is wrong, |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Update DEVELOPER.pod in terms of initialize_if_enabled(). |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Elliot Shank | Bring in ErrorHandling::RequireUseOfExceptions requirement |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Elliot Shank | Bump copyright dates. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Elliot Shank | Add the tools directory to the distribution, since... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Elliot Shank | Cross reference the configuration classes in their... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Now that all core policies use Parameters, re-enable |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Remove old marker output in t/15_statistics.t. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make parameter description test no-longer TODO. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Variables::ProhibitPunctuationVars use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Variables::ProhibitPackageVars use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make ValuesAndExpressions::RequireNumberSeparators use |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make ValuesAndExpressions::ProhibitInterpolationOfLiterals |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make ValuesAndExpressions::ProhibitCommaSeparatedStatements |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make ValuesAndExpressions::ProhibitLongChainsOfMethodCalls |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make TestingAndDebugging::RequireTestLabels use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make TestingAndDebugging::ProhibitProlongedStrictureOve... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make TestingAndDebugging::ProhibitNoWarnings use Parame... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make TestingAndDebugging::ProhibitNoStrict use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Subroutines::RequireFinalReturn use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Subroutines::RequireArgUnpacking use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Subroutines::ProhibitManyArgs use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make Subroutines::ProhibitExcessComplexity use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make RegularExpressions::ProhibitComplexRegexes use |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Elliot Shank | Make NamingConventions::ProhibitAmbiguousNames use... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Modules::RequireExplicitPackage use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Modules::ProhibitEvilModules use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Modules::ProhibitExcessMainComplexity use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Now that RequirePodSections uses Parameters, restore... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make InputOutput::RequireBriefOpen use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Documentation::RequirePodSections use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Miscellanea::RequireRcsKeywords use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make InputOutput::RequireCheckedSyscalls use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make InputOutput::ProhibitBacktickOperators use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make ErrorHandling::RequireCarping use Paremeters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make Documentation::PodSpelling use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make ControlStructures::ProhibitPostfixControls use |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make ControlStructures::ProhibitMutatingListFunctions use |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make ControlStructures::ProhibitDeepNests use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make ControlStructures::ProhibitCascadingIfElse use |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make CodeLayout::RequireTidyCode use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make CodeLayout::ProhibitQuotedWordLists use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make CodeLayout::ProhibitHardTabs use Parameters. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Elliot Shank | Make BuiltinFunctions::ProhibitComplexMappings use |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Remove Moose TODO. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Bring in the updated developer documentation. Needs... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Merge changes to ProfilePrototype to take advantage... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Merge Policies actually using PolicyParameter objects. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Add Moose support to RequireUseWarnings. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Elliot Shank | Add Moose support to RequireUseStrict. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Elliot Shank | Fix self-compliance problems in PodSpelling. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Jeffrey Ryan... | Added "criticim-fatal" switch, which will make the... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Elliot Shank | Implement Modules::RequireNoMatchVarsWithUseEnglish. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Jeffrey Ryan... | According to https://rt.cpan.org/Ticket/Display.html... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Elliot Shank | Update the P::C class diagram to include the change... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Elliot Shank | Sweep through core modules' POD, primarily concerned... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Elliot Shank | Update P::C Changes. v1.081_005 |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Elliot Shank | Bump P::C version to 1.081_005. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Elliot Shank | Switch skip test in t/20_policy_podspelling.t to use... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Elliot Shank | Add policies to P::C TODO. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Elliot Shank | Put the ControlStructires::ProhibitPostfixControls... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Elliot Shank | Begin the parameters merge with PolicyParameter and its |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Elliot Shank | Fix PodSpelling problem with ControlStructures::Prohibi... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Elliot Shank | Add generation of the "resources" entry in META.yml... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Andrew Moore | changes to address RT ticket 29540: |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Elliot Shank | Finish conversion to exceptions of P::C core. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Elliot Shank | Convert P::C::TestUtils to using exceptions. |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Elliot Shank | Fix RT #30388 ValuesAndExpressions::ProhibitVersionStri... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | Yet again, redo r2040. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | Fix ProhibitComplexRegexps violations. v1.081_004 |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | And undo r2040 /again/. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | Update P::C changes. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | Bump P::C version to 1.081_004. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Elliot Shank | Hopefully the final bit to restore 5.6 compatability... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Elliot Shank | Remove ampersands from @EXPORT_OK elements in P::C... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | And reundo r2040. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Bump P::C version to 1.081_003. v1.081_003 |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Add Modules::RequireUseVersion and |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Update P::C Changes. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | And redo r2040. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Oops. Missed some usage of IsUppercase. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Doh! "require" is runtime, which means the compiler... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Since 1.081_002 is out, re-undo r2040. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Put release date into Changes for 1.081_002. v1.081_002 |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Redo r2040, again temporarily, in order to get a develo... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Bump P::C version to 1.081_002 in order to test whether... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Elliot Shank | Use \p{IsUpper} and \b{IsLower} instead of \p{IsUpperca... |
commit | commitdiff | tree | snapshot |
next |