On Wednesday 05 September 2007 09:45:53 Andy Dougherty wrote: > I stumbled upon this one while trying 'Configure.pl --test'. My default > system perl is unsuitable for building parrot. I just specify the full > path to the perl I actually want to use, and everything just works. > > Well, almost. lib/Parrot/Configure/Options/Test.pm calls a plain > 'prove', and I don't have the correct perl's 'prove' command in my $PATH. > > This simple patch ensures that the 'prove' command called is the one > associated with this version of perl.
That looks reasonable, but why does the code use prove in the first place, and not Test::Harness::runtests()? -- c
