Hello Chris,
At 10:23 PM 4/20/2002 +0100, Chris Ball wrote: >>>>>> "Robert" == Robert Citek <[EMAIL PROTECTED]> writes: > > Robert> Some CPAN modules/tarfiles have filenames that have two > Robert> colons in them, e.g. foo::bar. While this works fine under > Robert> Unix/Linux, Windows complains. I believe MacOS 9 would balk > Robert> about this, too. Not sure about darwin/MacOS X. > >No, that's not true. Hierarchies are represented by directories on the >CPAN - for example, for the Some::Module module, the hierarchy might be: > >Some-Module-0.01.tar.gz: >Some/ >Some/Module.pm Oops! I was not clear in what I meant. Yes, you are correct in that the heirarchies are represented with "::". What I meant was that some of the file names within the heirarchy may have "::". Extending your example: Some-Module-0.01.tar.gz: Some/ Some/Module.pm Some::Module.readme.txt # this causes problems on non-Unix-like systems I have only run across this with one CPAN module. In that module, it was a documentation file that had the "::". Unfortunately, I don't remember which module it was. I'll see if I can locate it. Regards, - Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]