in reply to Stale FAQ on how to install modules in different dir?

Building perl module packages on Debian is very simple.

Usually I use this:

apt-get install dh-make-perl dev-scripts build-essential dh-make-perl --build --cpan Module::Name

That downloads it, and sets up the packaging template. Then a simple "debuild" to build it.

Steve
--

Replies are listed 'Best First'.
Re^2: Stale FAQ on how to install modules in different dir?
by BerntB (Deacon) on Sep 22, 2005 at 18:11 UTC
    Thx! I got as far, more or less. My problem was that I didn't dare replacing the old system version of a module.

    I just wrote my question so someone should update the PerlMonks FAQ, which had me scratching my head a bit.