Info2: << Package: test-manifest-pm%type_pkg[perl] Version: 1.17 Revision: 11 Description: Perl module for using t/test_manifest files Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6) License: Artistic Maintainer: Benjamin Reed Depends: << perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl] << Provides: test-manifest-pm Replaces: << test-manifest-pm560, test-manifest-pm561, test-manifest-pm580, test-manifest-pm581, test-manifest-pm584, test-manifest-pm585, test-manifest-pm (<< %v-%r) << Source: mirror:cpan:modules/by-module/Test/Test-Manifest-%v.tar.gz Source-MD5: 6c4e391aab2a42e6edb0970c45da31cd SourceDirectory: Test-Manifest-%v UpdatePOD: true InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << DocFiles: Changes MANIFEST Homepage: http://search.cpan.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. << <<