Content-type: text/html Man page of Test::Harness::Util

Test::Harness::Util

Section: Perl Programmers Reference Guide (3perl)
Updated: 2007-12-18
Index Return to Main Contents
 

NAME

Test::Harness::Util - Utility functions for Test::Harness::*  

SYNOPSIS

Utility functions for Test::Harness::*  

PUBLIC FUNCTIONS

The following are all available to be imported to your module. No symbols are exported by default.  

all_in( {parm => value, parm => value} )

Finds all the *.t in a directory. Knows to skip .svn and CVS directories.

Valid parms are:

start
Starting point for the search. Defaults to ``.''.
recurse
Flag to say whether it should recurse. Default to true.
 

shuffle( @list )

Returns a shuffled copy of @list.  

blibdir()

Finds all the blib directories. Stolen directly from blib.pm


 

Index

NAME
SYNOPSIS
PUBLIC FUNCTIONS
all_in( {parm => value, parm => value} )
shuffle( @list )
blibdir()

This document was created by man2html, using the manual pages.
Time: 04:14:18 GMT, September 24, 2010