From: Steve Hay <SteveHay@planit.com>
Date: Thu, 19 Mar 2009 17:15:53 +0000 (+0000)
Subject: Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53102b2bf304e114abfc50b0b9efcd8bbcab5c41;p=p5sagit%2Fp5-mst-13.2.git

Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f
---

diff --git a/ext/Module-Pluggable/lib/Module/Pluggable.pm b/ext/Module-Pluggable/lib/Module/Pluggable.pm
index bbdb49b..f9b707f 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;