X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=99bc19db5dabbf128e0d78181553a682e8daf109;hp=cf94048e2f3f5af04d28fb3a64a6381d6d2a3fdf;hb=989c3c9a95d084538ff771342426fbc8485b6276;hpb=0e762adeb08fb1fc9534c0e629e269d18951791a diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index cf94048..99bc19d 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.04'; +our $VERSION = '0.05'; use Sub::Exporter -setup => { exports => [ qw(in_global_destruction) ],