Module::Install::MakeMaker

Module::Install::MakeMaker contains extension rules for ExtUtils::MakeMaker.
Download

Module::Install::MakeMaker Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Audrey Tang
  • Publisher web site:
  • http://search.cpan.org/~adamk/Module-Install-0.68/lib/Module/Install/PAR.pm

Module::Install::MakeMaker Tags


Module::Install::MakeMaker Description

Module::Install::MakeMaker contains extension rules for ExtUtils::MakeMaker. Module::Install::MakeMaker contains extension rules for ExtUtils::MakeMaker.SYNOPSISIn your Makefile.PL: use inc::Module::Install; WriteMakefile();This module is a wrapper around ExtUtils::MakeMaker. It exports two functions: prompt (an alias for ExtUtils::MakeMaker::prompt) and WriteMakefile.The WriteMakefile function will pass on keyword/value pair functions to ExtUtils::MakeMaker::WriteMakefile. The required parameters NAME and VERSION (or VERSION_FROM) are not necessary if it can find them unambiguously in your code.CONFIGURATION OPTIONSThis module also adds some Configuration parameters of its own:NAMEThe NAME parameter is required by ExtUtils::MakeMaker. If you have a single module in your distribution, or if the module name indicated by the current directory exists under lib/, this module will use the guessed package name as the default.If this module can't find a default for NAME it will ask you to specify it manually.VERSIONExtUtils::MakeMaker requires either the VERSION or VERSION_FROM parameter. If this module can guess the package's NAME, it will attempt to parse the VERSION from it.If this module can't find a default for VERSION it will ask you to specify it manually. Requirements: · Perl


Module::Install::MakeMaker Related Software