-
Added Perl::Critic::Policy::InputOutput::ProhibitHighPrecedentLogicalOperatorErrorHandling
-
Improvements to Dist::Zilla config, only ExtUtils::MakeMaker supported via Dist::Zilla now. Module::Build support having been removed
-
See the article by Neil Bowers (NEILB) on the topic.
-
Thanks to Karen Etheridge (ETHER) for information and link to the mentioned article
-
Removed test of Changes file, since the change log has been ported to Markdown
-
Added Perl::Critic::Policy::RegularExpressions::RequireDefault
-
Migrated to Dist::Zilla as build system
-
Added Perl::Critic::Policy::logicLAB::RequireParamsValidate This was wrongfully communicated as being a part of the 0.08 release which was wrong, so it is included in the following release instead
-
Added Perl::Critic::Policy::logicLAB::RequirePackageNamePattern
-
Added warnings to make CPANTS happy
-
Specified perl version to be 5.6.0
-
Added
changes.t
automatic assertion of the integrity of the Changes file
- Fixing build system, 0.06 build system was broken
-
Adding a Changes file as part of my Questhub quest adhering to the standard described in: CPAN::Changes::Spec
-
Added creation of traditional
Makefile.PL
toBuild.PL
- Added new policy: Perl::Critic::Policy::logicLAB::RequireSheBang
- Added new policy: Perl::Critic::Policy::logicLAB::ProhibitShellDispatch
- Implemented custom build system
- Missing tests
-
Including: Perl::Critic::Policy::logicLAB::RequireVersionFormat
-
Wrote documentation
-
Implementation of
Build.PL
using the Task scheme