* Dave Howorth <[EMAIL PROTECTED]> [2006-12-05 11:35]: > You can also run the individual tests from there (perl > t/some-test.t)
You probably want `perl -Iblib t/some-test.t` – or just use `prove`. (See `perldoc prove`.) Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
