ExtUtils::MakeMaker(3p) Perl Programmers Reference Guide
ExtUtils::MakeMaker(3p) Perl Programmers Reference Guide # ExtUtils::MakeMaker(3p) Perl Programmers Reference Guide NNAAMMEE # ExtUtils::MakeMaker - Create a module Makefile SSYYNNOOPPSSIISS # use ExtUtils::MakeMaker; WriteMakefile( NAME => "Foo::Bar", VERSION_FROM => "lib/Foo/Bar.pm", ); DDEESSCCRRIIPPTTIIOONN # This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines that can be individually overridden. ...