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.
|
|---|
| 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 |