Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-Test-Base - Data Driven Testing Framework
        
        - Testing is usually the ugly part of Perl module authoring. Perl gives you a
standard way to run tests with Test::Harness, and basic testing primitives
with Test::More. After that you are pretty much on your own to develop a
testing framework and philosophy. Test::More encourages you to make your
own framework by subclassing Test::Builder, but that is not trivial. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | perl-Test-Base | 0.52 | 2.fc6 | noarch | 92 KiB | Sun Sep 17 18:33:22 2006 | 
        
        Changelog
        
            - * Sat Sep 16 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.52-2
- - Fix find option order. 
            - * Sat Jul  1 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.52-1
- - Update to 0.52. 
            - * Mon May  8 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.50-2
- - Add explicit dependencies for Text::Diff and LWP::Simple.