From: Graham Knop Date: Fri, 12 Apr 2013 05:38:40 +0000 (-0400) Subject: bump Devel::GlobalDestruction dep to fix warnings on cleanup under -c X-Git-Tag: v1.002000~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=c3e9ea215ef419188c7fd07b9e636b76ad083825 bump Devel::GlobalDestruction dep to fix warnings on cleanup under -c --- diff --git a/Changes b/Changes index 1030c78..57ef42d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - bump Devel::GlobalDestruction dependency to fix warning on cleanup + when run under -c (RT#78617) - document Moose type constraint creation for roles and classes (actually fixed in 1.001000) diff --git a/Makefile.PL b/Makefile.PL index c3fd652..a865867 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ my %RUN_DEPS = ( 'strictures' => 1.004003, 'Module::Runtime' => 0.012, 'Role::Tiny' => 1.002004, - 'Devel::GlobalDestruction' => 0.09, + 'Devel::GlobalDestruction' => 0.11, ); # have to do this since old EUMM dev releases miss the eval $VERSION line