X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FComposite.pm;h=59b19a4dbeb6e508183ec06b15b974892d58df91;hb=baf46b9edc7dc3665c7eaf9d1684b157efb09e1a;hp=b7262fe17c7cdc46eb417a9a99df093e52a968c9;hpb=080e3614eaacadc5834631fd44ea7ec645927d14;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index b7262fe..59b19a4 100644 --- a/lib/Moose/Meta/Role/Composite.pm +++ b/lib/Moose/Meta/Role/Composite.pm @@ -6,7 +6,7 @@ use metaclass; use Scalar::Util 'blessed'; -our $VERSION = '0.72'; +our $VERSION = '0.72_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';