X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=092eb2141c7520e12ba332ba5d24bee133bfd330;hb=refs%2Ftags%2FDevel-GlobalDestruction-0.12;hp=9ce9a7068a3f16f04bcc30a59bdeddee3693687d;hpb=0ad28f9fec4a771894d005e1e9eadaf634036ee0;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 9ce9a70..092eb21 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -3,7 +3,7 @@ package Devel::GlobalDestruction; use strict; use warnings; -our $VERSION = '0.11'; +our $VERSION = '0.12'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],