On 2001.12.18 12:07 Nick Ing-Simmons wrote:
> 
> This fails for Cwd.so as it is in archlib but Cwd.pm is in privlib
> in contrast "normal" XS extensions put their .pm-s in archlib as well.

$ grep Cwd MANIFEST 
ext/Cwd/Cwd.xs                  Cwd extension external subroutines
ext/Cwd/Makefile.PL             Cwd extension makefile maker
ext/Cwd/t/cwd.t                 See if Cwd works
ext/Cwd/t/taint.t               See if Cwd works with taint
lib/Cwd.pm                      Various cwd routines (getcwd, fastcwd, chdir)

Cwd.pm should really be in ext/Cwd, right?
(if it's to be moved don't forget to change also the VERSION_FROM
tag in Makefile.PL)

Reply via email to