From: Graham Knop Date: Thu, 15 Feb 2018 16:57:19 +0000 (+0100) Subject: Bumping version to 1.001_001 X-Git-Tag: v1.001_001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=411a172e07ba73eb6b8314325d1b077087708e8c;p=p5sagit%2FClass-C3-Componentised.git Bumping version to 1.001_001 --- diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index 0e150cc..cc34830 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.001000'; +our $VERSION = '1.001_001'; $VERSION =~ tr/_//d; my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;