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=b449cdae397c41dd9632785b3fa50b88ade08c82;hp=092eb2141c7520e12ba332ba5d24bee133bfd330;hb=754056f2221e2d174895f3dc6967f6da695333a5;hpb=95fbf876661a433dafe1450aa235e6459e494e39 diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 092eb21..b449cda 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.12'; +our $VERSION = '0.13'; use Sub::Exporter::Progressive -setup => { exports => [ qw(in_global_destruction) ],