summaryrefslogtreecommitdiff
path: root/lib/constant.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constant.pm')
-rw-r--r--lib/constant.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/constant.pm b/lib/constant.pm
index 31f47fbf54..01570ca49f 100644
--- a/lib/constant.pm
+++ b/lib/constant.pm
@@ -1,13 +1,13 @@
package constant;
use strict;
-use vars qw( $VERSION %declared );
+use 5.005_64;
+
+our($VERSION, %declared);
$VERSION = '1.01';
#=======================================================================
-require 5.005_62;
-
# Some names are evil choices.
my %keywords = map +($_, 1), qw{ BEGIN INIT STOP END DESTROY AUTOLOAD };