X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FOverridden.pm;h=6697a58ffa24328f7bf381ab3abddb35d3863659;hb=16db8ee65fcdf2a4d44a08457202e05f42826515;hp=4c92256ee9f58831e947403b821d4299631c291a;hpb=7f6c8567a8655943f5369c4ca1a8ef25b51b3999;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Overridden.pm b/lib/Moose/Meta/Method/Overridden.pm index 4c92256..6697a58 100644 --- a/lib/Moose/Meta/Method/Overridden.pm +++ b/lib/Moose/Meta/Method/Overridden.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Overridden; use strict; use warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';