From: Florian Ragwitz Date: Sat, 13 Nov 2010 14:30:52 +0000 (+0100) Subject: perl 5.6.0 and newer have the our keyword X-Git-Tag: Devel-GlobalDestruction-0.03~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=d453ae9795940948ad133fd2d90bd98e94c21cb9 perl 5.6.0 and newer have the our keyword --- 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);