projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eed8b6f
)
remove use of "use vars" in main module
Karen Etheridge [Sun, 8 Sep 2013 18:11:44 +0000 (11:11 -0700)]
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
29a5024
..
d979932
100644
(file)
--- a/
lib/Module/Metadata.pm
+++ b/
lib/Module/Metadata.pm
@@
-12,8
+12,7
@@
package Module::Metadata;
use strict;
use warnings;
-use vars qw($VERSION);
-$VERSION = '1.000016';
+our $VERSION = '1.000016';
$VERSION = eval $VERSION;
use Carp qw/croak/;