X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=901f1adc2eebe7881ed087b9585ae506f11aa3b8;hb=refs%2Ftags%2FDevel-GlobalDestruction-0.02;hp=314e1c313f6b284a539a8352b8ceab0982b0de7f;hpb=faf4ea26df86ca4dac2f8ef9c4cb56490b919d78;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 314e1c3..901f1ad 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -8,7 +8,7 @@ use warnings; use vars qw($VERSION @ISA); BEGIN { - $VERSION = '0.01'; + $VERSION = '0.02'; local $@;