diff options
Diffstat (limited to 'lib/Tie/Array.pm')
-rw-r--r-- | lib/Tie/Array.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index 5ef83c4781..32e269b330 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -1,8 +1,9 @@ package Tie::Array; -use vars qw($VERSION); + +use 5.005_64; use strict; use Carp; -$VERSION = '1.01'; +our $VERSION = '1.01'; # Pod documentation after __END__ below. |