Increase $Tie::Array::VERSION to 1.06

Programming / Compilers / PERL - Father Chrysostomos [cpan.org] - 23 June 2013 00:11 UTC



###

diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm
index aa8cd40..e0516a2 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.

6459e99 Increase $Tie::Array::VERSION to 1.06
lib/Tie/Array.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: perl5.git.perl.org


  • Share