Hi all, I am a newbie for Perl. I found there are many test modules on CPAN. It seems some of these test modules are test frameworks, and you can add new test cases to test your code. Some of these test modules are used to test Perl itself such as Test::Benchmark, Test::AutoLoader etc, (maybe they are called "Perl core test" ? ). The question is:
* We know Perl consists of many standard modules: AutoLoader, AutoSplit, Benchmark, CGI, CPAN, Cwd etc, which are distributed with Perl itself. (refer to http://www.unix.org.ua/orelly/perl/perlnut/ch08_01.htm <http://www.unix.org.ua/orelly/perl/perlnut/ch08_01.htm> ), So is there an "integrated" test suite/module to test these standard modules? I also find several test modules to test these standard modules, for Test::Benchmark is used to test Benchmark module. But it is very boring to find all of them one by one and download then testing all of the standard modules:-( I would really appreciate if anybody could tell me if there is such an "integrated" test suite/module to test all of them at one time. Thanks Elva Fu