Info2: << Package: test-prereq-pm%type_pkg[perl] Version: 1.037 Revision: 2 Distribution: (%type_pkg[perl] = 586) 10.5 Type: perl (5.8.6 5.8.8 5.10.0) Description: Check if Makefile.PL has right prerequisites License: Artistic/GPL Homepage: http://search.cpan.org/dist/Test-Prereq/ Maintainer: Daniel Macks # Dependencies. Depends: module-build-pm%type_pkg[perl], module-corelist-pm%type_pkg[perl], module-info-pm, perl%type_pkg[perl]-core BuildDepends: fink (>= 0.20.3) Conflicts: %N-man Replaces: %N-man # Unpack Phase. Source: mirror:cpan:authors/id/B/BD/BDFOY/Test-Prereq-%v.tar.gz Source-MD5: d38be5a57b38cf500a7c2a212fb697e9 # Compile Phase. # Do not test this module because it requires a working CPAN config file. NoPerlTests: True # Install Phase. InstallScript: << %{default_script} /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl] << UpdatePOD: true DocFiles: Changes LICENSE README # Documentation. DescDetail: << The prereq_ok() function examines the modules it finds in blib/lib/, blib/script, and the test files it finds in t/ (and test.pl). It fig- ures out which modules they use, skips the modules that are in the Perl core, and compares the remaining list of modules to those in the PRE- REQ_PM section of Makefile.PL. If you use Module::Build instead, see Test::Prereq::Build instead. << DescPackaging: << Former maintainer: Blair Zajac << <<