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

NAME

    Pake::TestLib::TestTask 

SYNOPSIS String tests is a directory where TestTask will search for test script. It will execute any files in that dir

    Pake::TestLib::TestTask->new("tests");

If you want to execute test run:

    pake Test

Other way is to make default task Test:

    default "Test";

Description

TestTask executes tests in a specified directory.