projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
620971c
)
no need to be 0.14_01 just yet...
Brandon L Black [Thu, 14 Dec 2006 04:55:30 +0000 (
04:55
+0000)]
README
patch
|
blob
|
blame
|
history
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
00d5cda
..
a9158ed
100644
(file)
--- a/
lib/Class/C3.pm
+++ b/
lib/Class/C3.pm
@@
-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