Hi,
Seems like a cool module ... the thing that came to my mind was that
this seems like an extension to File::Spec .. how about
File::Spec::Cygwin
You would have to also write the other routines that the File::Spec
interface expects, but that would seem like a good place for it
to me ... I know that some of the File::Spec modules have platform
specific extensions ...
Just my .02. Good module idea!
Max
On 11 Nov 2002 22:49:09 GMT, Soren A wrote:
> Hi Good Folks,
>
> "namespace" advice requested. I have written an extension module that I
> need to name and get uploaded to CPAN.
>
> My Subject: line means that as I see it there are two common approaches
> to naming modules: where it runs ("BSD::Foo"), or what it does
> ("Filesys::Bar"). My inclination is to try to use 'what it does' FIRST
> and only resort to "where it runs" when I need to make it clear that
> there's a special purpose for the module; that it is platform-specific