in reply to Re: Working with Test::More
in thread Working with Test::More

One other option would be to include Test::More et al in your distributions t/lib and use it from there. Personally I dislike this way of doing things since you have problems when modules are updated.

I would agree for just about any module but Test::More. However, in this case I think that including Test::More with your distribution is entirely reasonable.

Replies are listed 'Best First'.
Re^3: Working with Test::More
by adrianh (Chancellor) on Oct 30, 2003 at 17:01 UTC

    It's a personal call of course. However, for me the potential pain of dealing with the issues you raised (and others) outweigh the pain of getting the user to install a module that is almost certainly installed already.

    As ever YMMV :-)