X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=3353bf604cedcf0973f67c65997e3e789719ce10;hb=40290d18183d44ddbb0f4fdd2f75ffb7955bbfcf;hp=32f92887e6d2b3cccd3f9a79a5b7159877154a12;hpb=02e5f2a7175caab1953e635f3f5defb6c4e85ea5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 32f9288..3353bf6 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -4,7 +4,7 @@ package Moose::Meta::Role::Method; use strict; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';