diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-15 05:06:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-15 05:06:39 +0000 |
commit | 6f0dcf97de90cdb68c290a68b6235e98ee375862 (patch) | |
tree | 62da731490677e05242db1ffa4c4dffd789ab43d /jpl | |
parent | cf2ab31a162e9f8507b05df9dcd0911de1e1ef9b (diff) | |
download | perl-6f0dcf97de90cdb68c290a68b6235e98ee375862.tar.gz |
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
Diffstat (limited to 'jpl')
-rw-r--r-- | jpl/JNI/JNI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpl/JNI/JNI.pm b/jpl/JNI/JNI.pm index 6ef65e275a..a5ce515c27 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() |