X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=596f8a6fdd795c0963bece3110a4795cc233d808;hb=db1ab48de75becfef64963d235e88e663e2daaa2;hp=fffe5e758146c3bf01d049ffa325bc36b7f781df;hpb=c244a9f4a8dc5ab199584265c761f4b85553a539;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index fffe5e7..596f8a6 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util 'blessed', 'weaken', 'reftype'; use Carp 'confess'; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use Moose::Util::TypeConstraints ();