X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=515aa5ba38b3e652fa9bbda0d1701ae6bed0b5a8;hb=1550e0820d345fd483382e2b912ba683da3bdc1d;hp=bd69defa6cf05998b36328955108c26c23f17fd7;hpb=f571446597dee01cef611096264a928060f60a66;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index bd69def..515aa5b 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_01'; +our $VERSION = '0.78_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';