| ExtUtils-ModuleMaker-PBP documentation | view source | Contained in the ExtUtils-ModuleMaker-PBP distribution. |
ExtUtils::ModuleMaker::PBP::Auxiliary - Subroutines for testing ExtUtils::ModuleMaker::PBP
This package contains subroutines used in one or more t/*.t files in ExtUtils::ModuleMaker::PBP's test suite.
check_MakefilePL() Function: Verify that content of Makefile.PL was created correctly.
Argument: Two arguments:
1. A string holding the directory in which the Makefile.PL
should have been created.
2. A reference to an array holding strings each of which is a
prediction as to content of particular lines in Makefile.PL.
Returns: n/a.
Used: To see whether Makefile.PL created by complete_build() has
correct entries. Runs 1 Test::More test which checks NAME,
VERSION_FROM, AUTHOR and ABSTRACT.
| ExtUtils-ModuleMaker-PBP documentation | view source | Contained in the ExtUtils-ModuleMaker-PBP distribution. |