summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-09-15 17:01:08 +0000
committerSteve Hay <SteveHay@planit.com>2008-09-15 17:01:08 +0000
commitae8d64f5604623dd5fe5ff5a56e530ae81ba071b (patch)
treeeaf9b57a11aa33c20c32a216ead1267ea2ee64b5 /lib/Tie
parentbc9c751170bc3ae5aa8c6bbdbe4c1e970b6ad2a6 (diff)
downloadperl-ae8d64f5604623dd5fe5ff5a56e530ae81ba071b.tar.gz
Bump VERSIONs in all non-dual-lived modules that have changed
since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9. (Many (all?) of these should really have been changed prior to 5.10.0, but better late than never.) Also modify cmpVERSION.pl to skip uninstalled test modules whose VERSIONs don't really matter. p4raw-id: //depot/perl@34365
Diffstat (limited to 'lib/Tie')
-rw-r--r--lib/Tie/Handle.pm2
-rw-r--r--lib/Tie/Hash.pm2
-rw-r--r--lib/Tie/Scalar.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Tie/Handle.pm b/lib/Tie/Handle.pm
index 1751650f5b..4e92f75a3d 100644
--- a/lib/Tie/Handle.pm
+++ b/lib/Tie/Handle.pm
@@ -1,7 +1,7 @@
package Tie::Handle;
use 5.006_001;
-our $VERSION = '4.1';
+our $VERSION = '4.2';
# Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility
# loading Tie::Handle has to make Tie::StdHandle available.
diff --git a/lib/Tie/Hash.pm b/lib/Tie/Hash.pm
index 508db72941..1ca8887e7e 100644
--- a/lib/Tie/Hash.pm
+++ b/lib/Tie/Hash.pm
@@ -1,6 +1,6 @@
package Tie::Hash;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
=head1 NAME
diff --git a/lib/Tie/Scalar.pm b/lib/Tie/Scalar.pm
index 3bfb2b655d..9bf03f9105 100644
--- a/lib/Tie/Scalar.pm
+++ b/lib/Tie/Scalar.pm
@@ -1,6 +1,6 @@
package Tie::Scalar;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME