Upgrade to Module-Pluggable 4.2
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 15 Aug 2012 13:04:18 +0000 (14:04 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 15 Aug 2012 13:04:18 +0000 (14:04 +0100)
commitdf67a34a189349ae842b21368751de0ba50f5cf3
treeb8ed12b016c7468f9cfce75d37a4aa9e412d3bb9
parentc95f3a5940d5ad03a2f91205377a2695ef63ab58
Upgrade to Module-Pluggable 4.2

The core build process cannot use Build.PL since Module::Build and/or its
prerequisites may not have been built yet, so EXCLUDE that and retain our
(already CUSTOMIZED) Makefile.PL instead for now.
15 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Module-Pluggable/lib/Devel/InnerPackage.pm
cpan/Module-Pluggable/lib/Module/Pluggable.pm
cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm
cpan/Module-Pluggable/t/22trigger.t [new file with mode: 0644]
cpan/Module-Pluggable/t/23depth.t [new file with mode: 0644]
cpan/Module-Pluggable/t/24local_inc_object.t [new file with mode: 0644]
cpan/Module-Pluggable/t/24local_inc_package.t [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/Text/Abbrev.pm [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/After.pm [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/CallbackAllow.pm [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/CallbackDeny.pm [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/Deny.pm [new file with mode: 0644]
cpan/Module-Pluggable/t/lib/TriggerTest/Plugin/Error.pm [new file with mode: 0644]