pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-Perl-Critic
Module Name: pkgsrc
Committed By: mef
Date: Tue Feb 17 06:50:00 UTC 2015
Modified Files:
pkgsrc/devel/p5-Test-Perl-Critic: Makefile distinfo
Log Message:
(pkgsrc)
- Add PERL5_MODULE_TYPE= Module::Build
(upstream)
- Update to 1.03
---------------
[1.03] Released on 2015-02-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. Thank you Mario Roy for writing the
wonderful MCE module that makes this all possible!
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Test-Perl-Critic/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test-Perl-Critic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index