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.
devel/p5-Module-Pluggable from 4.8 to 5.1
Upstream changes:
2014-01-05 - 5.1
Add in missing files left out of the MANIFEST due to stupidity (thanks to Petr Pisar)
2013-12-20 - 5.0
Gain support for @INC hooks and hence for App::FatPacker (thanks to Diab Jerius)
2013-10-22 - 4.9
Fix the fact that we can't handle single letter package names (thanks sbaynes)
devel/p5-Module-Pluggable from 4.3nb2 to 4.8
Upstream changes:
2013-05-27 - 4.8
Fix some typos (David Steinbrunner)
Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig)
2013-02-25 - 4.7
Fix more hash ordering bugs in tests by forcing sort of returned plugins (Yves Orton)
2013-01-23 - 4.6
Add warning about future removal from core
2012-11-05 - 4.5
Fix docs
Fix problem with PAUSE upload
2012-11-05 - 4.4
Fix hash ordering bug in tests (Yves Orton)
Fix install dir (Tatsuhiko Miyagawa)
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.
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.
devel/p5-Module-Pluggable from 4.0 to 4.3.
pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
Module::Build
upstream changes:
2012-08-15 - 4.3
* Fix calling the correct method when instantiating (Doh!)
* Hopefully stop smoker failures
2012-08-14 - 4.2
* Fix a problem with installation directory (Jerry D. Hedden)
2012-07-20 - 4.1
* Allow triggers on events which gives a powerful way to modify
behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
* Put documentation in about behaviour under blib and test, allow
searching outside blib under test (suggestion from Stephen Baynes)
* Made following symlinks the default behaviour, added ability to
turn that off (Aran Deltac)
* Fix installation path (Matthias Dietrich, Todd Rinaldo)
* Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
* Set our @INC up to include and prefer our search_dirs if necessary
(as per suggestion from Ian Goodacre)
* Switch to Module::Build
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!
2009-03-02 - 3.9
Allow inner packages when in a one file situation (suggestion from Christopher Brown)
Fix bug with requiring skipped packages (from Jos Boumans)
Oked by he@
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=...").
2008-03-16 - 3.8
Set INSTALLDIRS correctly in Makefile.PL
A couple of other fixups to play nicely in Core
2008-03-12 - 3.7
Ignore editor cruft by default (Dave Rolsky and Matt Trout)
Doc patches (Matt Trout)
Prevent prototype mismatch warnings under Error.pm (Christopher H. Laco)
Don't pick up the ::SUPER pseudo stash in 5.8 (Alex Vandiver)
Make things work under VOS (Nicholas Clark and Paul Green)
Fix warning under Devel::Cover (Brian Cassidy)
Make tests run under Taint again
Get rid of Build.PL
Pkgsrc changes:
- The package supports installation to DESTDIR.
Changes since version 3.4:
==========================
2007-04-07 - 3.6
Include blead perl patch from Craig Berry that gives better
Module::Pluggable::Object::search_paths portability as
prompted by VMS test failures.
2007-01-29 - 3.5
Patch from Audrey Tang to prevent clobbering of $@
from Changes:
2006-11-27 - 3.4
Make sure we don't fail taint checking when other
Module::Pluggable::* modules are installed.
2006-11-24 - 3.3
Few more patches from Jos Boumans to get read for CORE
2006-11-15 - 3.2
Remove Class::Inspector dependency and inline code
Prepare for assimilation into CORE
2006-07-11 - 3.1
Force Test::More version to be latest which stops it trampling on $_
Use Class::Inspector tests to check to see Package is loaded thus
preventing incompatability problems introduced by last patch.
2006-06-07 - 3.01
Fix from Brian Cassidy in Devel::InnerPackage
2006-06-06 - 3.0
Big refactor to split stuff up into more manageable pieces
2006-04-05 - 2.98
Allow the ability to provide the file matching regex
2006-02-06 - 2.97
Patch from Ricardo Signes to fix bug where File::Find
is not topic-safe in 5.6.1
2005-09-01 - 2.96
Patch from Alex Vandiver to sort an edge case where the package
stash to contain "::"
2005-07-30 - 2.95
Patch from Alex Vandiver to sort ::ISA::CACHE issues.
More patches from Christopher H. Laco to sort out only and except
and to fix calling search_path( add => ... ) before plugins()
2005-07-09 - 2.9 More Tainting fixes
Patches from Christopher H. Laco and Joe McMahon to do more taint fixing
Suggestion from Christopher H. Laco to do a can check before instatiating
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
p5-Module-Pluggable provides a simple but, hopefully, extensible
way of having 'plugins' for your module. Obviously this isn't going
to be the be all and end all of solutions but it works for me.
Essentially all it does is export a method into your namespace that
looks through a search path for .pm files and turn those into class
names.
Optionally it instantiates those classes for you.