Be explicit about the 5.6.0 dependency
[p5sagit/Devel-GlobalDestruction.git] / lib / Devel / GlobalDestruction.pm
index bb90dc7..b8385b7 100644 (file)
@@ -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);