Commit graph

6 commits

Author SHA1 Message Date
sno
060a43c597 Update Module::Pluggable to 3.9. Changes since 3.8:
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@
2009-03-21 23:18:22 +00:00
abs
8a87987989 Updated devel/p5-Module-Pluggable to 3.8
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
2008-05-28 21:50:24 +00:00
heinz
4be0e681b9 Updated to version 3.6.
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 $@
2007-05-27 09:16:28 +00:00
obache
d903b75922 Update p5-Module-Pluggable to 3.4.
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-12-08 14:58:15 +00:00
abs
054f9858d5 Update p5-Module-Pluggable from 2.8 to 3.01
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
2006-08-10 12:53:32 +00:00
wiz
3d6baccce9 Initial import of p5-Module-Pluggable-2.8:
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.
2005-04-18 16:36:15 +00:00