in reply to Re: automake and perl modules
in thread automake and perl modules
use Module::Build;
my $build = Module::Build->new
(
module_name => 'CLQ::QGraphGnuPlot',
license => 'GPL2.0'
);
$build->create_build_script;
In a Makefile.in used by automake, I include a command to run "perl Build.PL; Build; Built install"
Thanks,
doug
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: automake and perl modules
by syphilis (Archbishop) on Aug 02, 2006 at 12:03 UTC | |
by sweetser (Acolyte) on Aug 04, 2006 at 03:05 UTC |