Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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 | 
                1.fc5 | 
                noarch | 
                21 KiB | 
                Wed May 24 17:47:52 2006 | 
            
        
        Changelog
        
            - * 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).