- Drop patch-aa, which fixed in 1.001003 (see below)
(upstream)
- Update 1.001002 to 1.002002
---------------------------
1.002002 - 2014-08-21
- fix license in metadata
1.002001 - 2014-08-16
- specify perl prerequisite on metadata
- documentation fixes and clarifications
1.002000 - 2013-12-10
- add build_variant method on variable packages, to allow avoiding
importing a generator sub
- fix pragmas applied by modules listed in "importing" from leaking out
into unexpected scopes
1.001004 - 2013-05-04
- fix documentation of "build_variant_of" method (RT#84554 -- thanks,
Scott Miller!)
1.001003 - 2013-03-25
- fix NAME in Makefile.PL (RT#84209)
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.
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.
into devel/p5-Package-Variant.
This module allows you to build packages that return different variations
depending on what parameters are given.
Users of your package will receive a subroutine able to take parameters and
return the name of a suitable variant package. The implmenetation does not
care about what kind of package it builds.