Lines Matching full:more
31 suitable for CPAN modules and other pursuits. If you wish to do more
32 complicated testing, use the Test::More module (a drop-in replacement
91 you run less (or more) tests than you planned, the missing (or extras)
103 If you fail more than 254 tests, it will be reported as 254.
107 recommended you look at L<Test::More>.
184 =item L<Test::More>
186 More testing functions! Once you outgrow Test::Simple, look at
187 L<Test::More>. Test::Simple is 100% forward compatible with L<Test::More>
188 (i.e. you can just use L<Test::More> instead of Test::Simple in your
193 Look in L<Test::More>'s SEE ALSO for more testing modules.