summaryrefslogtreecommitdiff
path: root/devel/p5-strictures
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
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.
2013-01-26Updated to 1.004004rhaen2-7/+6
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
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-10Updating package for CPAN module strictures in devel/p5-strictures fromsno2-6/+6
1.004001 to 1.004002. upstream changes: 1.004002 - 2012-09-08 - add better rationale for the extra testing heuristic
2012-07-31Update to 1.004001wen2-7/+7
Upstream changes: 1.004001 - 2012-07-12 - test-specific strictures now enabled during 'dzil test' 1.004000 - 2012-07-12 - switch to testing calling file to avoid firing on dependencies
2012-07-06Updating package for Perl 5 pragma strictures in devel/p5-stricturessno2-7/+7
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
2011-11-21Import strictures into devel/p5-strictures, which is required tohiramatsu3-0/+39
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.