From 88d01e8dd0be693cf54a3bafc9974fa70eda2ddd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 16 Sep 2001 20:36:58 +0000 Subject: Bump up version numbers. TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040 --- lib/Shell.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Shell.pm') diff --git a/lib/Shell.pm b/lib/Shell.pm index 44318d200e..defb5d7109 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -4,7 +4,7 @@ use strict; use warnings; our($capture_stderr, $VERSION, $AUTOLOAD); -$VERSION = '0.3'; +$VERSION = '0.4'; sub new { bless \$VERSION, shift } # Nothing better to bless sub DESTROY { } -- cgit v1.2.1