X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMixin.pm;h=051078b28983426d9c9eeb2ad8bfe412da998680;hb=a9f48b4b572ccf3a230f06084b27e86e44caa729;hp=e7aeb878570e285a5f5ae331eeb01b43c78cfb3b;hpb=63f139a7a468234e0d7d579a933e3f9872841844;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Mixin.pm b/lib/Class/MOP/Mixin.pm index e7aeb87..051078b 100644 --- a/lib/Class/MOP/Mixin.pm +++ b/lib/Class/MOP/Mixin.pm @@ -3,7 +3,7 @@ package Class::MOP::Mixin; use strict; use warnings; -our $VERSION = '1.10'; +our $VERSION = '1.11'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';