Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Test-Prereq - Check if Makefile.PL has the right pre-requisites
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 figures
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 PREREQ_PM
section of Makefile.PL.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-Test-Prereq |
1.031 |
2.fc6 |
src |
10 KiB |
Sun Sep 17 18:33:09 2006 |
Changelog
- * Sat Sep 16 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 1.031-2
- Fix find option order.
- * Wed May 24 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 1.031-1
- Update to 1.031.
- * Fri Mar 24 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 1.030-1
- Specfile autogenerated by cpanspec 1.64.
- Fix License.
- Drop explicit Requires.
- Disable tests by default (uses network).