Commit graph

12 commits

Author SHA1 Message Date
wiz
b7db59fef2 Update to 1.005005:
1.005005 - 2014-08-16
  - include minimum perl version in metadata
2014-09-07 12:20:54 +00:00
wen
b18acc358f Update to 1.005004
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
2014-07-17 12:52:01 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
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