X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=9a7fdc9e3cf5e5a579925d0ee2aad793785a6aca;hb=f5bc97e5bbde4f29f52d85ac7c03251665dfd52b;hp=dc96d66b79c40a4c29f9f9a6670ccb8cac44a4c1;hpb=3654c4117b2e7f05359779ff5306bed598ae7923;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index dc96d66..9a7fdc9 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util 'blessed', 'weaken'; use overload (); -our $VERSION = '0.59'; +our $VERSION = '0.60'; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Meta::Method::Accessor;