> PPS: > A general Perl testing question -- Does anybody know how to run > individual tests in the t/ directory? There have been times when > I'm working on modules where I just want to run one set of tests > instead of the whole test suite, but I don't know of any standard > mechanism that allows that. If anyone could clue me in, I'd really > appreciate it.
perl -Mblib t/file.t perl Build test verbose=1 --test_files=t/file.t make test TEST_VERBOSE=1 TEST_FILES=t/file.t __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools