X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMixin.pm;h=213999504b86ceb458260c80c61c79730476e09b;hb=d004c8d565f9b314da7652e9368aeb4587ffaa3d;hp=e7aeb878570e285a5f5ae331eeb01b43c78cfb3b;hpb=f014c28ba9a61d3ff1eceb38e18acb266e803ad4;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Mixin.pm b/lib/Class/MOP/Mixin.pm index e7aeb87..2139995 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.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';