X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=dev%2Fi386%2Flibmodule-build-perl%2Flibmodule-build-perl-0.2808.01%2FMakefile.PL;fp=dev%2Fi386%2Flibmodule-build-perl%2Flibmodule-build-perl-0.2808.01%2FMakefile.PL;h=e2f149d3ee55b1f50bc7678c0779609809968af1;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hp=0000000000000000000000000000000000000000;hpb=df794b845212301ea0d267c919232538bfef356a;p=dh-make-perl diff --git a/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/Makefile.PL b/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/Makefile.PL new file mode 100644 index 0000000..e2f149d --- /dev/null +++ b/dev/i386/libmodule-build-perl/libmodule-build-perl-0.2808.01/Makefile.PL @@ -0,0 +1,9 @@ +# 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 lib qw(lib); +use Module::Build::Compat; + +Module::Build::Compat->run_build_pl(args => \@ARGV); +Module::Build::Compat->write_makefile(build_class => 'Module::Build');