--- Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Ovid > # on Sunday 06 April 2008 08:41: > > >file: t/something.t > > If the filename is the same on every test in the stream, why is this > being attached to the test and not the stream? > > Or, the filename *could* change between tests in a stream? Does it?
use Test::Class::Load 't/test_classes/'; Test::Class->runtests; In this case, the main file might be t/test_class_tests.t but individual tests are in separate .pm files. Also, I was wrong that you cannot use unknown lower case keys since we plan to extend them in the future. However, you *should* not use them. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Perl and CGI - http://users.easystreet.com/ovid/cgi_course/ Personal blog - http://publius-ovidius.livejournal.com/ Tech blog - http://use.perl.org/~Ovid/journal/