X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FDelegation.pm;h=205d138f60ae62423b9e2bfecb0fe8d8163eea6e;hb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;hp=f8498c777e83bf6b2ff94f2c76bd74e7ef1d040d;hpb=c53c3ec7350a5fc4699ca6053221bc02e60d02d5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Delegation.pm b/lib/Moose/Meta/Method/Delegation.pm index f8498c7..205d138 100644 --- a/lib/Moose/Meta/Method/Delegation.pm +++ b/lib/Moose/Meta/Method/Delegation.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '1.05'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';