X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FGlobalDestruction.pm;h=b8385b78162a3c0ee08059be01c5f1d5cc7ce730;hb=8801e4f573446f7dcdcc4320f926872074484b44;hp=bb90dc7b92341d7acac4ffa71dcb2d7c28dec3c2;hpb=53e46d40959fe01fee57796f3acea6bac3b41449;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index bb90dc7..b8385b7 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -5,11 +5,9 @@ package Devel::GlobalDestruction; use strict; use warnings; -use vars qw($VERSION); - use XSLoader; -$VERSION = '0.02'; +our $VERSION = '0.02'; XSLoader::load(__PACKAGE__, $VERSION);