projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eac9b17
)
Release 1.0007
Peter Rabbitson [Thu, 24 Feb 2011 14:42:41 +0000 (14:42 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
73ab6df
..
5a5a1e4
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for Class-C3-Componentised
+1.0007 23 Feb 2011
Throw a readable exception when load_optional_class is given an
invalid class name
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
e592fe1
..
5506a15
100644
(file)
--- a/
lib/Class/C3/Componentised.pm
+++ b/
lib/Class/C3/Componentised.pm
@@
-49,7
+49,7
@@
use MRO::Compat;
use Carp;
-our $VERSION = 1.0006;
+our $VERSION = 1.0007;
my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;