Commit graph

8 commits

Author SHA1 Message Date
wiz
9b9f008ff1 Update to 0.09:
0.09     2014-08-24

- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
  Knop that adding an XS dependency for a module that's often used to pick
  between XS and non-XS implementations doesn't work so well.


0.08     2014-08-24

- Subroutines copied from an implementation package into the loading package
  are now renamed using Sub::Name. This causes them to be considered part of
  the loading package, which is important for things like
  namespace::autoclean. Reported by Karen Etheridge. RT #98097.
2014-09-06 12:57:19 +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
wiz
ac166dd45d Update to 0.07:
0.07     2013-07-14

- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
  Nilsen. RT #76809.
2013-09-05 18:41:02 +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
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +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
0937ba2d3e Importing package for CPAN distribution Module::Implementation
version 0.06 into devel/p5-Module-Distribution as requirement
for scheduled update of devel/p5-Class-Load to 0.18.

This module abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide
XS and pure Perl implementations of a module, or it could be used to
load an implementation for a given OS or any other case of needing
to provide multiple implementations.

This module is only useful when you know all the implementations ahead
of time. If you want to load arbitrary implementations then you
probably want something like a plugin system, not this module.
2012-03-08 09:58:30 +00:00