ExtUtils::ModuleMaker::StandardText 0.47 review

Download
by rbytes.net on

ExtUtils::ModuleMaker::StandardText are methods used within ExtUtils::ModuleMaker. The methods described below are 'quasi-private'

License: Perl Artistic License
File size: 134K
Developer: James E Keenan
0 stars award from rbytes.net

ExtUtils::ModuleMaker::StandardText are methods used within ExtUtils::ModuleMaker.

The methods described below are 'quasi-private' methods which are called by the publicly available methods of ExtUtils::ModuleMaker and ExtUtils::ModuleMaker::Interactive. They are 'quasi-private' in the sense that they are not intended to be called by the everyday user of ExtUtils::ModuleMaker. Nothing prevents a user from calling these methods, but they are documented here primarily so that users writing plug-ins for ExtUtils::ModuleMaker's standard text will know what methods need to be subclassed.

The methods below are called in ExtUtils::ModuleMaker::complete_build() but not in that same package's new(). For methods called in new(), please see ExtUtils::ModuleMaker::Initializers.
The descriptions below are presented in hierarchical order rather than alphabetically. The order is that of ''how close to the surface can a particular method called?'', where 'surface' means being called within ExtUtils::ModuleMaker::complete_build().

So methods called within complete_build() are described before methods which are only called within other quasi-private methods. Some of the methods described are also called within ExtUtils::ModuleMaker::Interactive methods. And some quasi-private methods are called within both public and other quasi-private methods. Within each heading, methods are presented more or less as they are first called within the public or higher-order quasi-private methods.

Requirements:
Perl
ExtUtils-ModuleMaker, version 0.39 or later.
For testing, Test-Simple, version 0.44 or later.

ExtUtils::ModuleMaker::StandardText 0.47 keywords