X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FComposite.pm;h=291cbb2c82cdd4dd124120111b0bceb7e16a9151;hb=df8260e9a27a9d7532a21525223975fcf8e26562;hp=9318adf88b4c62e6e39bbe1947eaaa90c3cc8f4d;hpb=670f22707ddd247f7adf0dc8723bdc72d060f0fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index 9318adf..291cbb2 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.62_02'; +our $VERSION = '0.63'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';