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