Package: test-manifest-pm Version: 2.023 Revision: 1 Description: Perl module for using t/test_manifest files Type: perl License: Artistic Maintainer: Benjamin Reed BuildDepends: << module-build-pm, test-simple-pm (>= 1) << # Has functions callable from Module::Build, but doesn't use it in any # other way, therefore not bothering to have Depends since the caller # would definitely have that already. # Depends: module-build-pm Source: mirror:cpan:modules/by-module/Test/Test-Manifest-%v.tar.gz Source-Checksum: SHA256(d24e52553e7cb9cda81f92ffe8c92b3e4346718e4710801a5b35b7f251a771e2) UpdatePOD: true DocFiles: Changes LICENSE README.pod Homepage: https://metacpan.org/dist/Test-Manifest DescDetail: << MakeMaker assumes that you want to run all of the .t files in the t/ directory in ascii-betical order during make test unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the desired order. You can specify any order or any files that you like, though, with the test directive to WriteMakefile. Test::Manifest looks in the t/test_manifest file to find out which tests you want to run and the order in which you want to run them. It constructs the right value for MakeMaker to do the right thing. <<