X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=9f9ecf0aa745c02f20e3e79debd1370cf9a2df7e;hb=d7fe25089fe79be9d93445f25c55dfed82b11e7a;hp=9c00836124165bb82a4672ad9c040244e6d76be9;hpb=9f363af3c2b3dc71843128852413558e6d0353b9;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 9c00836..9f9ecf0 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 = '0.78_02'; +our $VERSION = '0.79'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';