X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FComposite.pm;h=a42b68f08fdfc6ff6dd2cfec2886eb569cdd87e6;hb=60f0816092ffe11986388dd2bba56a356b697843;hp=78a12f15a6176fc4fb22e78561719791df6777c3;hpb=43b9a91cacfa5e209171acd1141e3ad8e8a2d31a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Composite.pm b/lib/Moose/Meta/Role/Composite.pm index 78a12f1..a42b68f 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.08'; +our $VERSION = '1.09'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';