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/File/Spec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/File/Spec.pm') diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 19475c0321..023005f1f2 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -3,7 +3,7 @@ package File::Spec; use strict; our(@ISA, $VERSION); -$VERSION = 0.82 ; +$VERSION = 0.83 ; my %module = (MacOS => 'Mac', MSWin32 => 'Win32', -- cgit v1.2.1