(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
GetJavaVM
);
-$VERSION = '0.1';
+$VERSION = '0.2';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
-
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);
use strict;
use vars qw($VERSION);
-$VERSION = '1.4';
+$VERSION = '1.5';
use Cwd;