Module::Build::Compat

Module::Build::Compat is a Perl module that offers compatibility with ExtUtils::MakeMaker.
Download

Module::Build::Compat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ken Williams
  • Publisher web site:
  • http://search.cpan.org/~kwilliams/Module-Build-0.2808/lib/Module/Build/Compat.pm

Module::Build::Compat Tags


Module::Build::Compat Description

Module::Build::Compat is a Perl module that offers compatibility with ExtUtils::MakeMaker. Module::Build::Compat is a Perl module that offers compatibility with ExtUtils::MakeMaker.SYNOPSIS # In a Build.PL : use Module::Build; my $build = Module::Build->new ( module_name => 'Foo::Bar', license => 'perl', create_makefile_pl => 'passthrough' ); ...Because ExtUtils::MakeMaker has been the standard way to distribute modules for a long time, many tools (CPAN.pm, or your system administrator) may expect to find a working Makefile.PL in every distribution they download from CPAN. If you want to throw them a bone, you can use Module::Build::Compat to automatically generate a Makefile.PL for you, in one of several different styles.Module::Build::Compat also provides some code that helps out the Makefile.PL at runtime. Requirements: · Perl


Module::Build::Compat Related Software