projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3a67d98
)
Release v1.001000
v1.001000
Arthur Axel 'fREW' Schmidt [Tue, 9 Aug 2011 03:11:11 +0000 (22:11 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
0bf2ddb
..
8538ecc
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for Class-C3-Componentised
+1.001000 08 Aug 2011
- Add Class::C3::Componentised::ApplyHooks features
1.0009 20 Mar 2011
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
13e1ffe
..
13173cb
100644
(file)
--- a/
lib/Class/C3/Componentised.pm
+++ b/
lib/Class/C3/Componentised.pm
@@
-50,7
+50,9
@@
use MRO::Compat;
use Carp ();
use List::Util ();
-our $VERSION = 1.0009;
+our $VERSION = '1.001000';
+
+$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;