Name: | perl-Test-Prereq |
---|---|
Version: | 1.037 |
Release: | 2.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 21185 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Prereq-1.037-2.el6.noarch.rpm |
Source RPM: | perl-Test-Prereq-1.037-2.el6.src.rpm |
Build Date: | Sat May 08 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Test-Prereq/ |
Summary: | Check if Makefile.PL has the right pre-requisites |
Description: | 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. |
- switch off failing tests, which need network - Resolves: rhbz#552804
- new upstream version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Update to 1.036. - Add some dependencies when building with --with-check.
- Update to 1.034.
- rebuild for new perl
- Update to 1.033.
- Update to 1.032. - Use fixperms macro instead of our own chmod incantation. - Add LICENSE to docs.
- Fix find option order.
- Update to 1.031.
- Specfile autogenerated by cpanspec 1.64. - Fix License. - Drop explicit Requires. - Disable tests by default (uses network).