From: Jarkko Hietaniemi Date: Fri, 15 Aug 2003 05:06:39 +0000 (+0000) Subject: Up the F::S subpackage versions; up the JPL JNI.pm version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f0dcf97de90cdb68c290a68b6235e98ee375862;p=p5sagit%2Fp5-mst-13.2.git Up the F::S subpackage versions; up the JPL JNI.pm version (the JPL cvs seems to be out of order), the only real change (in JNI.xs) seems to have been CRLF->LF conversion. p4raw-id: //depot/perl@20717 --- diff --git a/jpl/JNI/JNI.pm b/jpl/JNI/JNI.pm index 6ef65e2..a5ce515 100644 --- a/jpl/JNI/JNI.pm +++ b/jpl/JNI/JNI.pm @@ -187,7 +187,7 @@ require AutoLoader; GetJavaVM ); -$VERSION = '0.1'; +$VERSION = '0.2'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() diff --git a/lib/File/Spec/Cygwin.pm b/lib/File/Spec/Cygwin.pm index eaf1203..6f3577f 100644 --- a/lib/File/Spec/Cygwin.pm +++ b/lib/File/Spec/Cygwin.pm @@ -1,11 +1,10 @@ - package File::Spec::Cygwin; use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '1.0'; +$VERSION = '1.1'; @ISA = qw(File::Spec::Unix); diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm index 9e4ff7d..9de1cf7 100644 --- a/lib/File/Spec/Unix.pm +++ b/lib/File/Spec/Unix.pm @@ -3,7 +3,7 @@ package File::Spec::Unix; use strict; use vars qw($VERSION); -$VERSION = '1.4'; +$VERSION = '1.5'; use Cwd;