projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b160b7e
)
Bumping version to 1.001002
Graham Knop [Fri, 23 Feb 2018 13:41:11 +0000 (14:41 +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
cc34830
..
a0b94b5
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.001_001';
+our $VERSION = '1.001002';
$VERSION =~ tr/_//d;
my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;