Commit graph

7 commits

Author SHA1 Message Date
schmonz
478fa74d3e Remove patch, no longer needed. 2013-07-03 18:26:44 +00:00
sno
a6cdae53c1 Updating package for CPAN distribution Sub-Exporter-Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001006nb2 to 0.001010.

Upstream changes:
0.001010 - 2013-03-26
  - Fix module name in Makefile.PL (RT#83932)
  - Work around Exporter.pm not installable on perl < 5.8.0

0.001009 - 2013-03-12
  - disallow version names in random parts of the import list for consistency
    with Sub::Exporter (Toby Inkster)
  - perl 5.6 support
  - more metadata

0.001008 - 2013-01-22
  - Fix prereqs

0.001007 - 2013-01-21
  - Rewrite -tag to :tag for Exporter.pm
2013-07-03 16:37:38 +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
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
c086001716 Updating package for CPAN module Sub::Exporter::Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001003 to 0.001006.

pkgsrc changes:
- add patch for typo in Makefile.PL

upstream changes:
0.001006 - 2012-08-27
  - Handle ':all' correctly

0.001005 - 2012-08-25
  - Add support for tags
  - Warn if defaults are not in exports
  - Add explicit dependency on Test::More 0.89

0.001004 - 2012-08-09
  - fix skipping when Sub::Exporter isn't installed
2012-09-13 15:27:11 +00:00
wen
1dcec8a81f Imports p5-Sub-Exporter-Progressive-0.001003:
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, er- as well as some runtime penalties. This module
is a Sub::Exporter wrapper that will let your users just use Exporter if
all they are doing is picking exports, but use Sub::Exporter if your users
try to use Sub::Exporter's more advanced features features, like renaming
exports, if they try to use them.

Note that this module will export @EXPORT and @EXPORT_OK package variables
for Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so
you might as well use it directly.
2012-08-08 12:03:18 +00:00