X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=71d2afb3c3f4af7ca28f39557b2df2186adf9b7d;hb=d7fe25089fe79be9d93445f25c55dfed82b11e7a;hp=515aa5ba38b3e652fa9bbda0d1701ae6bed0b5a8;hpb=9f363af3c2b3dc71843128852413558e6d0353b9;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 515aa5b..71d2afb 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -9,7 +9,7 @@ use Class::MOP::Method::Accessor; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '0.78_02'; +our $VERSION = '0.79'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';