X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=9030ae7e63754857b3e02f49f5ef3896df7b6b10;hb=19a66cb4bd2afb3036d4ad05c6e30713023bc107;hp=aa623faf3f8c3f58a68f803e9525e6df8f76abc4;hpb=c65b758feada06f763ef7f0eb7cbb0a09460671f;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index aa623fa..9030ae7 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.05'; +our $VERSION = '0.06'; use Sub::Exporter -setup => { exports => [ qw(in_global_destruction) ],