X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;fp=lib%2FDevel%2FGlobalDestruction.pm;h=092eb2141c7520e12ba332ba5d24bee133bfd330;hp=9ce9a7068a3f16f04bcc30a59bdeddee3693687d;hb=5936cc8318f15c0e59deb8c568c7b73a0dafd485;hpb=0ad28f9fec4a771894d005e1e9eadaf634036ee0 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) ],