no need to be 0.14_01 just yet...
Brandon L Black [Thu, 14 Dec 2006 04:55:30 +0000 (04:55 +0000)]
README
lib/Class/C3.pm

diff --git a/README b/README
index f7c926f..9ba0f1b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::C3 version 0.14_01
+Class::C3 version 0.14
 ===========================
 
 INSTALLATION
index 00d5cda..a9158ed 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Scalar::Util 'blessed';
 use Algorithm::C3;
 
-our $VERSION = '0.14_01';
+our $VERSION = '0.14';
 
 # this is our global stash of both 
 # MRO's and method dispatch tables