The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

visited_files

A hashref for tracking which files have been visited. This is useful if the recurse parm is true, and will be recursing into directories containing circular symlinks.

shuffle( @list )

Returns a shuffled copy of @list.

blibdirs()

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