Codebase list libbio-primerdesigner-perl / upstream/0.07+git20180718.1.baf2d21 Makefile.PL
upstream/0.07+git20180718.1.baf2d21

Tree @upstream/0.07+git20180718.1.baf2d21 (Download .tar.gz)

Makefile.PL @upstream/0.07+git20180718.1.baf2d21raw · history · blame

# This Makefile.PL creates a pass-through Makefile that simply calls
# the equivalent Module::Build methods for each make target.  See the
# documentation for Module::Build::Compat for more information.

use 5.005_04;

use lib qw(lib);
use Module::Build::Compat;

Module::Build::Compat->run_build_pl(args => \@ARGV);
Module::Build::Compat->write_makefile(build_class => 'Module::Build');