- New upstream release 1.03
- all_critic_ok() will now run tests in parallel over multiple cores. So if
you have 8 cores, your Perl::Critic tests could run 8x faster. However,
the actual performance depends on the size and shape of your code base and
your Perl::Critic configuration.
- If you're using the critic_ok() function directly (perhaps because you want
more control over which files are tested) then you won't see any
performance boost. I recommend gathering your list of files first, and then
passing the list to all_critic_ok().
- The deprecated function all_code_files() has now been removed from
Test::Perl::Critic. Use Perl::Critic::Utils::all_perl_files() instead.
- Classify buildreqs by usage
- Drop obsoletes/provides for old -tests package
- Use %license where possible
- Drop -tests subpackage (general lack of interest in this), but include
them as documentation for the main package
- Drop redundant BR: perl(ExtUtils::MakeMaker)
- Drop redundant unversioned explicit requires
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
- Don't use macros for commands
- Run the author tests in %check
- BR: perl(Test::Pod) and perl(Test::Pod::Coverage)
- Use tabs
- updating to latest GA CPAN version (1.02)
- added a new br on perl(Carp) (version 0)
- added a new br on perl(English) (version 0)
- altered br on perl(Module::Build) (0 => 0.35)
- altered br on perl(Perl::Critic) (0.21 => 1.105)
- added a new br on perl(Perl::Critic::Utils) (version 1.105)
- added a new br on perl(Perl::Critic::Violation) (version 1.105)
- added a new br on perl(Test::Builder) (version 0)
- added a new br on perl(Test::More) (version 0)
- force-adding ExtUtils::MakeMaker as a BR
- dropped old BR on perl(Test::Pod)
- dropped old BR on perl(Test::Pod::Coverage)
- added a new req on perl(Carp) (version 0)
- added a new req on perl(English) (version 0)
- added a new req on perl(Perl::Critic) (version 1.105)
- added a new req on perl(Perl::Critic::Utils) (version 1.105)
- added a new req on perl(Perl::Critic::Violation) (version 1.105)
- added a new req on perl(Test::Builder) (version 0)