http://qs321.pair.com?node_id=548847


in reply to Perl on a Macintosh

A mac running Darwin/OSX is as capable for development as any Linux box. In fact, some would argue, even more capable.

Keep in mind a few things:

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Perl on a Macintosh
by dsheroh (Monsignor) on May 11, 2006 at 23:03 UTC
    The default filesystem is case-insensitive. Yeah, unlike all boxes in the Unix world.

    It's actually slightly worse than that... I don't recall the circumstances in which it's bitten me, but OSX's default filesystem is sometimes case-sensitive and sometimes (most of the time) not. I have no idea what the guys at Apple were thinking when they allowed that to happen.

    That single issue aside, though, I'm currently on my second PowerBook and have found it to be a wonderful platform, both for Perl development and for doing unixy things in general.

Re^2: Perl on a Macintosh
by bart (Canon) on May 12, 2006 at 08:01 UTC
    The default filesystem is case-insensitive. Yeah, unlike all boxes in the Unix world. So, there's a few CPAN modules that blow up for that.
    Can you elaborate, and finger a few of those suckers?

    Windows is case insensitive too, so the same modules will blow up on Windows too. That may or may not matter, depending on how Unix-centric those modules are.

    Together with Mac-OSX, that makes a large part of the Perl community. I think that is not acceptable, but maybe that's just me...

    I think depending on the case of a file name to distinguish between two files, is a bad practice. Especially for Perl modules. Again, maybe that's just me...