Update LICENSE
Upstream changes:
0.0013 2014-02-02 08:53:34Z
- line numbers in shipped code are now almost the same (within 3) as
the repository source, for easier debugging
- add error diagnostic if the plugin is not a Moose role (RT#49507)
- avoid continuing on after failing to load a plugin (RT#63013)
- keep track of all plugins successfully loaded so far in case we
fail in the middle (RT#88562)
0.0012 2013-11-11 03:59:19Z
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization
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.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module MooseX::Object::Pluggable from 0.0009
to 0.0011
- Setting license to gnu-gpl-v2
Upstream changes:
0.0011 Apr 27, 2009
Version number FAIL on last release
0.0010 Apr 27, 2009
Change how _original_class_name works so it sucks less.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
The NetBSD Packages Collection.
The Perl 5 module MooseX::Object::Pluggable is meant to be loaded
as a role from Moose-based classes. It will add methods and attributes
to assist you with the loading and handling of plugins and extensions
for plugins.