X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FDestructor.pm;h=77589e5405aeadd72de92b27134e50241ec5dc6b;hb=3d24a30e079d69e9f605c0c98c8041dcb3119a62;hp=a5c5dfa6d6816777012c0cc52fcc375bc35414be;hpb=6cde92b3c52848f42ac20937fce0aebc3c5e2325;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Destructor.pm b/lib/Moose/Meta/Method/Destructor.pm index a5c5dfa..77589e5 100644 --- a/lib/Moose/Meta/Method/Destructor.pm +++ b/lib/Moose/Meta/Method/Destructor.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '0.55_04'; +our $VERSION = '0.56'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';