Codebase list libbio-primerdesigner-perl / run/8e4d215a-1a55-4ae5-868f-2782a6dc56d5/main Makefile.PL
run/8e4d215a-1a55-4ae5-868f-2782a6dc56d5/main

Tree @run/8e4d215a-1a55-4ae5-868f-2782a6dc56d5/main (Download .tar.gz)

Makefile.PL @run/8e4d215a-1a55-4ae5-868f-2782a6dc56d5/mainraw · 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');