diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index e8c3808b3..bb95dd792 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -1370,6 +1370,12 @@ __END__ ExtUtils::MakeMaker - Create a module Makefile +==head1 SEE INSTEAD? + +This module is about creating a Makefile for an perl extension module +from a Makefile.PL. If you are looking for creating skeleton module +distribution for your new module, please see L + =head1 SYNOPSIS use ExtUtils::MakeMaker;