X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=8e36613fdb1216320415b85e89eea3e4e1069f36;hb=e41d1dd685584e6461d9198a9478404025022e29;hp=53d9959dd5b0dbbee7ce8ddc079dc2ecfb447c24;hpb=511d8db8ed5c1b663008d7c31a2fa6b96ce50c0e;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 53d9959..8e36613 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.05'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';