X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMixin.pm;h=8312d116c886cdcef56af581e9ee1119bf96afb9;hb=d2d9edc060207e798deae747ae9c57abca6fc2b0;hp=bc70aebe73f67918425e37d391acfc9a4a4d0ec8;hpb=3e2c8600b98f2c7c0c84d1a94a565c801ca7aa3d;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Mixin.pm b/lib/Class/MOP/Mixin.pm index bc70aeb..8312d11 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 = '0.97_01'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';