X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FComposite.pm;h=3dc28ad42d629d20c3bb3befca905ea269cc153a;hb=30350cb4d7b4345131ed638b2b30e7d1b7b1ef4c;hp=472cfa8d0dc769fa8d9a5dea5c9d19a35cf541bf;hpb=aead17e74252e3884f9f8e39912ca98fdf4b4dd5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index 472cfa8..3dc28ad 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'; +our $VERSION = '0.65'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';