From: Arthur Axel 'fREW' Schmidt Date: Tue, 9 Aug 2011 03:11:11 +0000 (-0500) Subject: Release v1.001000 X-Git-Tag: v1.001000^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-C3-Componentised.git;a=commitdiff_plain;h=c17e86b89656065aae4a4f2d3cfbc1500850d18c Release v1.001000 --- diff --git a/Changes b/Changes index 0bf2ddb..8538ecc 100644 --- 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 --- 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;