NAME
Test::Suite - Framework upon which intercompatible testing solutions can be built.
DESCRIPTION
This is the original package for what is now called Fennec. Test::Suite is now an alias to Fennec. You may continue to use Test::Suite instead of Fennec in your test modules.
package MyTest;
use Test::Suite;
Identical to:
package MyTest;
use Fennec;
ABOUT
Please read the Fennec docs Fennec::Manual
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.