diff options
author | Steve Hay <SteveHay@planit.com> | 2009-03-19 17:15:53 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-03-19 17:15:53 +0000 |
commit | 53102b2bf304e114abfc50b0b9efcd8bbcab5c41 (patch) | |
tree | f93967ca07bd9446239f810aac64353bb3d0ffc1 /ext | |
parent | 4a28828fc8f160c18323be1125f0f8473bcd000f (diff) | |
download | perl-53102b2bf304e114abfc50b0b9efcd8bbcab5c41.tar.gz |
Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Module-Pluggable/lib/Module/Pluggable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Module-Pluggable/lib/Module/Pluggable.pm b/ext/Module-Pluggable/lib/Module/Pluggable.pm index bbdb49b6bc..f9b707f094 100644 --- a/ext/Module-Pluggable/lib/Module/Pluggable.pm +++ b/ext/Module-Pluggable/lib/Module/Pluggable.pm @@ -9,7 +9,7 @@ use Module::Pluggable::Object; # Peter Gibbons: I wouldn't say I've been missing it, Bob! -$VERSION = '3.9'; +$VERSION = '3.9_01'; sub import { my $class = shift; |