From: Graham Knop Date: Fri, 23 Feb 2018 13:41:11 +0000 (+0100) Subject: Bumping version to 1.001002 X-Git-Tag: v1.001002~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1030fc6468ed92aaafe768ce2734dbade8886cfe;p=p5sagit%2FClass-C3-Componentised.git Bumping version to 1.001002 --- diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index cc34830..a0b94b5 100644 --- 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;