Mail Archives: djgpp-workers/2003/01/17/09:56:28
On Fri, 2003-01-17 at 14:25, Martin Stromberg wrote:
> > I've rebuilt 5.8.0 with Rick's patch and few other changes (replaced
> > installation paths $DJDIR with /dev/env/DJDIR). Installation fails in
> > man pages (they have '::' in file names).
>
> They shouldn't. perl and friends map "::" to "/" if we are talking
> about module structure.
We're not - there is indeed no problem zith things like 'use Foo::Bar'.
However, the perl man pages use the fully qualified package name, so
you can do 'man Foo::Bar' in the case above. Man has no name mapping,
so this requires a $mandir/man3/Foo::Bar.3 file, which is exactly what
perl tries to generate. (a real example would be B::C.3, the man page
for the C backend)
--
Tim Van Holder <tim DOT van DOT holder AT pandora DOT be>
- Raw text -