projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b22f9d2
)
Bumping version to 1.001_001
Graham Knop [Thu, 15 Feb 2018 16:57:19 +0000 (17:57 +0100)]
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
0e150cc
..
cc34830
100644
(file)
--- a/
lib/Class/C3/Componentised.pm
+++ b/
lib/Class/C3/Componentised.pm
@@
-46,7
+46,7
@@
use MRO::Compat;
use Carp ();
use List::Util ();
-our $VERSION = '1.001000';
+our $VERSION = '1.001_001';
$VERSION =~ tr/_//d;
my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;