File: Makefile.PL

package info (click to toggle)
libmodule-build-perl 0.360700-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,256 kB
  • ctags: 773
  • sloc: perl: 11,206; sh: 36; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# 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.006001;

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');