Commit graph

7 commits

Author SHA1 Message Date
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wen
1cf26c2999 Update to 1.002004
Upstream changes:
1.002004 - 2014-07-09
  - fix prerequisite declarations for older toolchain

1.002003 - 2014-07-09
  - module loading is now done while importing, making it unnecessary to load
    them beforehand (RT#96995, Christian Walde)

1.002002 - 2014-05-06
  - minor metadata updates

1.002001 - 2014-03-04
  - fix tests and Makefile.PL to support perl 5.6
2014-07-17 05:28:40 +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
7a739297a8 Update to 1.002000
Remove the patch which included into src upstream

Upstream changes:
1.002000 - 2013-12-10
  - allow specifying by caller level, as well as specifying file, line,
    and version

1.001001   2013-03-25
  - fix NAME in Makefile.PL (RT#84207)
2014-01-01 09:20:33 +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
sno
23b7cdf286 Adding new package for CPAN module Import::Into version 1.001000 into
devel/p5-Import-Into.

Writing exporters is a pain. Some use Exporter, some use Sub::Exporter,
some use Moose::Exporter, some use Exporter::Declare ... and some things
are pragmas.

If you want to re-export other things, you have to know which is which.
Exporter subclasses provide export_to_level, but if they overrode their
import method all bets are off. Sub::Exporter provides an into parameter
but figuring out something used it isn't trivial. Pragmas need to have
their import method called directly since they affect the current unit
of compilation.

It's ... annoying.

However, there is an approach that actually works for all of these types.
2012-10-19 07:47:13 +00:00