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
In reply to Re^2: automake and perl modules
by sweetser
in thread automake and perl modules
by sweetser
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |