NAME

Fennec::FileType::Module - Load module files under t/ as test files.

DESCRIPTION

Finds all .pm objects under the t/ directory and uses them as test files.

METHODS

This class inherits from Fennec::FileType.

$bool = $class->valid_file( $filename )

Check if a file is a valid test file of this type.

$test_class = $obj->load_file()

Load the testfile this instance was built with. Return the class for the testfile.

@paths = $class->paths()

Returns a list of paths in which to search for test files.

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2010 Chad Granum

Fennec is free software; Standard perl licence.

Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.