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 /lib/File/Spec/Unix.pm | |
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 'lib/File/Spec/Unix.pm')
-rw-r--r-- | lib/File/Spec/Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm index 9e4ff7dc31..9de1cf7f39 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; |