diff options
author | Dave Rolsky <autarch@urth.org> | 2002-01-03 06:53:19 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-03 19:29:35 +0000 |
commit | ffa8448bc38bf8fb99d7d31a9115b53e3cafbc5f (patch) | |
tree | 65fa13a777ea8f1c2d4d72c37abc67475bd30dc1 /lib/File/Spec.pm | |
parent | 704c0804a967b2728151b3623fbefd13baa4f816 (diff) | |
download | perl-ffa8448bc38bf8fb99d7d31a9115b53e3cafbc5f.tar.gz |
File::Spec & NetWare
Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
p4raw-id: //depot/perl@14045
Diffstat (limited to 'lib/File/Spec.pm')
-rw-r--r-- | lib/File/Spec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index cf49cf6b67..3ac1060f0c 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -10,7 +10,7 @@ my %module = (MacOS => 'Mac', os2 => 'OS2', VMS => 'VMS', epoc => 'Epoc', - NetWare => 'NW5', + NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare. cygwin => 'Cygwin'); |