in reply to Re^5: Unify windows filenames
in thread Unify windows filenames
I hear Schwern thinks so :) Unix.pm use to be more polluted than it is now, so I think File::Spec needs darwin entry to point to File::Spec::Mac
my %module = ( darwin => 'Mac', MacOS => 'Mac', MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', epoc => 'Epoc', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWar +e. symbian => 'Win32', # Yes, File::Spec::Win32 works on symbia +n. dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. cygwin => 'Cygwin');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Unify windows filenames
by graff (Chancellor) on Sep 20, 2009 at 19:05 UTC |