X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=9080019697f4ae2b90cb30669a91fff0e60ac189;hb=a0e95742d64c3965acf708b3beae14de5bfff766;hp=434e41145ea58e5ad98d3b490043cc465eef3b07;hpb=8dd10256eb24354b801fc7b209676e2c2db484e8;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 434e411..9080019 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.82_01'; +our $VERSION = '0.82_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';