Upstream changes:
1.005004 - 2014-03-06
- make sure meta files list extra modules as recommendations, not requirements
1.005003 - 2014-02-12
- added support for PUREPERL_ONLY (rt#91407)
- fixed using strictures->VERSION to query the version (rt#92965)
1.005002 - 2013-12-10
- extra prereqs will be listed as hard prerequisites if a compiler is
available
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Upstream changes:
1.005001 2013-11-07
- fix skip on old perl on test script
1.005000 2013-11-05
- detect mercurial when checking for development trees
- avoid using constant.pm to save a bit of memory on older perls
- update to v2 metadata
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
ChangeLog:
1.004004 - 2012-11-12
- fix 5.16 crash due to qw() list being readonly
1.004003 - 2012-11-10
- check only once for presence of extra testing prereqs
- explicitly specify no dynamic_config in META
from 1.002002 to 1.003001.
pkgsrc changes:
- update comment using common style
Upstream changes:
1.003001 - 2012-04-08
- fix test to handle defatalization
1.003000 - 2012-04-07
- try and run for any checkout t/ now we don't blow up the process
- defatalize lack of extra testing modules
- disable extra tests on perls <= 5.008003, things do not work there as
expected
update databases/p5-SQL-Translator.
p5-strictures provides "strictures" directive.
use strictures 1;
is equivalent to
use strict;
use warnings FATAL => 'all';
except when called from a file where $0 matches:
/^x?t\/.*(?:load|compile|coverage|use_ok).*\.t$/
and when either '.git' or '.svn' is present in the current directory.