Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What's the difference between MM_MacOS::macify and patternify?

1 view
Skip to first unread message

Michael G Schwern

unread,
Nov 25, 2002, 9:51:33 PM11/25/02
to macperl...@perl.org, make...@perl.org
I'm trying to eliminate redundant code between MM_Unix and MM_MacOS and I'm
noticing often the difference is MM_MacOS has to call to patternify() and
macify() sometimes. Looking at those two routines and the sparse docs I
can't quite figure out what they do or what the difference is between them.
They both seem to be translating Unix filepaths to MacOS style, but there's
subtle differences between the two that I don't get.

Could someone have a look at patternify() and macify() in ExtUtils::MM_MacOS
and explain to me what they're doing and why they're different?


--

Michael G. Schwern <sch...@pobox.com> http://www.pobox.com/~schwern/
Perl Quality Assurance <per...@perl.org> Kwalitee Is Job One
Playstation? Of course Perl runs on Playstation.
-- Jarkko Hietaniemi

Chris Nandor

unread,
Nov 25, 2002, 10:10:00 PM11/25/02
to Michael G Schwern, macperl...@perl.org, make...@perl.org
At 18:51 -0800 2002.11.25, Michael G Schwern wrote:
>Could someone have a look at patternify() and macify() in ExtUtils::MM_MacOS
>and explain to me what they're doing and why they're different?

patternify() is for shell patterns/globs.

--
Chris Nandor pu...@pobox.com http://pudge.net/
Open Source Development Network pu...@osdn.com http://osdn.com/

0 new messages