Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libmodule-build-perl / libmodule-build-perl-0.2808.01 / Makefile.PL
1 # This Makefile.PL creates a pass-through Makefile that simply calls
2 # the equivalent Module::Build methods for each make target.  See the
3 # documentation for Module::Build::Compat for more information.
4
5 use lib qw(lib);
6 use Module::Build::Compat;
7
8 Module::Build::Compat->run_build_pl(args => \@ARGV);
9 Module::Build::Compat->write_makefile(build_class => 'Module::Build');