Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^6: Unify windows filenames

by Anonymous Monk
on Sep 20, 2009 at 18:10 UTC ( [id://796399]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Unify windows filenames
in thread Unify windows filenames

(I believe darwin is "unix enough" to fit within Unix.pm),

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
    my %module = ( darwin => 'Mac', MacOS => 'Mac', ...
    No. Really, not that. "Mac" in that context refers to "Classic" (pre-macosx, ie. OS-9), which is absolutely a different animal and doesn't work like darwin at all.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://796399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found