projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53e46d4
)
perl 5.6.0 and newer have the our keyword
Florian Ragwitz [Sat, 13 Nov 2010 14:30:52 +0000 (15:30 +0100)]
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
bb90dc7
..
b8385b7
100644
(file)
--- 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);