I've written some functions to parse and unparse the (undocumented)
Macintosh alias record format. I've been developing it under the name
Mac::Alias::PP (or Mac::ParseAlias), but I'm looking for feedback on the
module name before I upload it to CPAN.
The Mac::Alias:: part should be obvious enough
Smylers wrote:
The ::PP suffix makes most sense when:
* The pure Perl module is a drop-in replacement for the C module, with
the same interface.
* The complete module name is simply the C module name with :PP
appended.
That's a good point. This module isn't a drop-in replacement or even