James E Keenan <[EMAIL PROTECTED]> writes:
> Tyler MacDonald wrote:
>> The convention in running tests is to use the 'prove' command;
>> prove t/01_class.t
>> That should take care of blib for you.
>
> Not quite.  You need to call the -b option to get prove to read from
> blib.  When I've been revising one of my already installed modules
> I've gotten burned by failing to explicitly call:
>
>      prove -b t/01_class.t

Quite often -l (to read from lib/) is enough, depending on your module
build complexity. For -b you have to call ./Build before "prove",
which can be annoying and/or difficult to remember.

Steffen
-- 
Steffen Schwigon <[EMAIL PROTECTED]>
Dresden Perl Mongers <http://dresden-pm.org/>

Reply via email to