aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Required/pkg-descr
blob: 1c3883d777659ac06e9bdf788212be416f854148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
The Devel::Required module only serves a purpose in the development
environment of an author of a CPAN module (or more precisely: a user of the
ExtUtils::MakeMaker module). It makes sure that any changes to the required
modules specified in the Makefile.PL are automatically reflected in the
appropriate text file and in the appropriate source files (either
explicitly or implicitly specified).

It takes the information given with the PREREQ_PM parameter and by default
writes this to the README file, as well as to the POD of the file specified
with the VERSION_FROM parameter. Both these defaults can be overridden with
the "text" and "pod" parameters in the use Devel::Required specification.

WWW: http://search.cpan.org/dist/Devel-Required/