diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:59:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:51 -0700 |
commit | 6459e9959b5940d4c86043da607017550b171d36 (patch) | |
tree | 931ca7f0900a14236b203240cdbef46b8e3db6bb /lib/Tie | |
parent | 589e7e1fb134e4bb18b1bf3fc35399c41b821bba (diff) | |
download | perl-6459e9959b5940d4c86043da607017550b171d36.tar.gz |
Increase $Tie::Array::VERSION to 1.06
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 aa8cd4099e..e0516a2f30 100644 --- a/lib/Tie/Array.pm +++ b/lib/Tie/Array.pm @@ -3,7 +3,7 @@ package Tie::Array; use 5.006_001; use strict; use Carp; -our $VERSION = '1.05'; +our $VERSION = '1.06'; # Pod documentation after __END__ below. |