Re: Packaging perl modules

2007-12-09 Thread Alexander E. Patrakov
2007/12/9, Alexander E. Patrakov <[EMAIL PROTECTED]>: > (not sure what they do with perllocal.pod, but it is not in the > resulting package either) They use PERL_INSTALL_ROOT instead of DESTDIR and build the package as non-root, thus perllocal.pod goes to /usr and fails to be written (error is ign

Packaging perl modules

2007-12-08 Thread Alexander E. Patrakov
[Credit for asking the "how to uninstall a perl module?" question goes to Archaic] Hello, there was a decision to add DESTDIR support to all LFS and then eventually BLFS packages. However, there is a problem applying this approach to typical perl modules (let me use "Want" as a small example, you