Commit graph

9 commits

Author SHA1 Message Date
wen
a619bcf96a Update to 1.005001
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
2013-11-24 03:52:19 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-05-31 12:39:57 +00:00
rhaen
700870f67f Updated to 1.004004
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
2013-01-26 13:24:58 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
fcfb157722 Updating package for CPAN module strictures in devel/p5-strictures from
1.004001 to 1.004002.

upstream changes:
1.004002 - 2012-09-08
  - add better rationale for the extra testing heuristic
2012-09-10 13:04:50 +00:00
wen
8899d47714 Update to 1.004001
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-31 05:35:16 +00:00
sno
88fc7f944b Updating package for Perl 5 pragma strictures in devel/p5-strictures
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
2012-07-06 13:25:37 +00:00
hiramatsu
08ac55f0a1 Import strictures into devel/p5-strictures, which is required to
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.
2011-11-21 06:12:25 +00:00