Mail Archives: djgpp-workers/2001/01/03/03:46:34
On Tue, 2 Jan 2001, Peter J. Farley III wrote:
> Eli, for LFN environments *only*, would it be better to use just "." in
> place of "::", or would that break the man logic even more than
> "__"? E.G., is it better for perl to generate "Foo.Bar.blahblah.1" or
> "Foo__Bar__blahblah.1" from "Foo::Bar::blahblah.1"?
It doesn't really matter: both require changes in `man' if we want the
user to be able to say "man Foo::Bar::blahblah". And the changes are
simple, as long as you don't convert invalid characters to slashes,
because that breaks the directory traversal code used by `man'.
I like the underscore solution better, because it works both in LFN
and non-LFN environments. I don't see any advantage for using `.',
only disadvantages.
I do agree that a single underscore is better, for 8+3 systems' sake.
- Raw text -