January 18, 2011 | Making Sense of 'make' | Back Next |
Used in Makefile.PL to create Makefile
use ExtUtils::MakeMaker; WriteMakefile( NAME => 'List::Compare', AUTHOR => 'James E Keenan (jkeenan@cpan.org)', VERSION_FROM => 'lib/List/Compare.pm', ABSTRACT_FROM => 'lib/List/Compare.pm', PREREQ_PM => { Test::Simple => 0.10 }, );
Home Last TOC | Copyright © 2011 James E Keenan | Back Next |