X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMixin%2FHasMethods.pm;h=3cf042dfd58a3993366ddcb74d489052b4a2d732;hb=67f694add1dd6c3c8d78a7aa991e65ff71dd1395;hp=64fd5dec6a57b8bc9d335c1b72ca66ed9dd00ef4;hpb=a9ec259aa043fce1540ec54c1548875cc4d9ac04;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Mixin/HasMethods.pm b/lib/Class/MOP/Mixin/HasMethods.pm index 64fd5de..3cf042d 100644 --- a/lib/Class/MOP/Mixin/HasMethods.pm +++ b/lib/Class/MOP/Mixin/HasMethods.pm @@ -3,7 +3,7 @@ package Class::MOP::Mixin::HasMethods; use strict; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';