X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FComposite.pm;h=9470a10a4d25a63e3fc6e28f2e778f800265108a;hb=e462f6f3d260687b8f7372b112a50c5c2a2c431c;hp=4fe720d883acb3543a0b7ecd22637959a57678f9;hpb=0843724eb0530a5219bd11dda7d037b4f67af0b5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index 4fe720d..9470a10 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 = '1.04'; +our $VERSION = '1.05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';