diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
commit | 2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch) | |
tree | d5fea29ca36a63900bd06b21c6598f9bb7950957 /lib/Tie | |
parent | e9d8cdc0682791dad6e1ddeac96716205beff833 (diff) | |
download | perl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz |
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/Array.pm | 2 | ||||
-rw-r--r-- | lib/Tie/RefHash.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm index 53c1ba759b..af8f51e9f5 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.02'; +our $VERSION = '1.03'; # Pod documentation after __END__ below. diff --git a/lib/Tie/RefHash.pm b/lib/Tie/RefHash.pm index f393d7cec6..3f3fc6b2e5 100644 --- a/lib/Tie/RefHash.pm +++ b/lib/Tie/RefHash.pm @@ -1,6 +1,6 @@ package Tie::RefHash; -our $VERSION = 1.30; +our $VERSION = 1.31; =head1 NAME |