X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=a0716e6ccc6d548d284e42775435b9b4499b6431;hb=84740522c4ab07a6a025c13e1ee6f9d971c72173;hp=c88806f501b45962ab5aa3b4da698712541e2b5e;hpb=a53e76d9ffef6d9d26e42bfbf4f7d165f6f9c5a4;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index c88806f..a0716e6 100644 --- a/lib/Class/MOP/Method/Generated.pm +++ b/lib/Class/MOP/Method/Generated.pm @@ -6,7 +6,7 @@ use warnings; use Carp 'confess'; -our $VERSION = '1.01'; +our $VERSION = '1.02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';