summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-22 21:59:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-22 22:11:51 -0700
commit6459e9959b5940d4c86043da607017550b171d36 (patch)
tree931ca7f0900a14236b203240cdbef46b8e3db6bb /lib/Tie
parent589e7e1fb134e4bb18b1bf3fc35399c41b821bba (diff)
downloadperl-6459e9959b5940d4c86043da607017550b171d36.tar.gz
Increase $Tie::Array::VERSION to 1.06
Diffstat (limited to 'lib/Tie')
-rw-r--r--lib/Tie/Array.pm2
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.