This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a version number to Module::Pluggable::Object and
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Feb 2007 06:57:22 +0000 (06:57 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 26 Feb 2007 06:57:22 +0000 (06:57 +0000)
bump the version number of Module::Pluggable

p4raw-id: //depot/perl@30404

lib/Module/Pluggable.pm
lib/Module/Pluggable/Object.pm

index e1c4582..543e420 100644 (file)
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
 # Peter Gibbons: I wouldn't say I've been missing it, Bob! 
 
 
 # Peter Gibbons: I wouldn't say I've been missing it, Bob! 
 
 
-$VERSION = '3.5';
+$VERSION = '3.5_01';
 
 sub import {
     my $class        = shift;
 
 sub import {
     my $class        = shift;
index b8e58ea..aa4ca89 100644 (file)
@@ -1,5 +1,7 @@
 package Module::Pluggable::Object;
 
 package Module::Pluggable::Object;
 
+$VERSION = '3.5_01';
+
 use strict;
 use File::Find ();
 use File::Basename;
 use strict;
 use File::Find ();
 use File::Basename;