On Mon, Jun 14, 2004 at 02:49:35PM -0700, chromatic wrote: > In fact, I'm surprised he managed to install an acceptably recent > version of Test::Simple on 5.5.3 without upgrading Test::Harness; the > bundle's required Test::Harness 2.03 for a couple of years now.
Parrot ships with Test::Simple/More/Builder along with Text::Balanced to avoid users having to resolve module dependencies. Simplest thing to do would be to just throw a recent Test::Harness in there. t/harness has a 'use lib qw(lib)' in it so it should automatically pick it up. Patch attached. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ Never underestimate the bandwidth of a mag tape on a bicycle. -- Carl Friedberg in <[EMAIL PROTECTED]>
harness.patch.gz
Description: harness.patch.gz