Re: [perl #45201] [PATCH] Be sure to call the correct 'prove' program.

2007-09-05 Thread James E Keenan
On Sep 5, 2007, at 9:26 PM, chromatic via RT wrote: Here you go! -- c === lib/Parrot/Configure/Options/Test.pm == --- lib/Parrot/Configure/Options/Test.pm(revision 5702) +++ lib/Parrot/Configure/Options/Test.pm(l

Re: [perl #45201] [PATCH] Be sure to call the correct 'prove' program.

2007-09-05 Thread chromatic
On Wednesday 05 September 2007 18:02:26 James Keenan via RT wrote: > chromatic wrote: > > That looks reasonable, but why does the code use prove in the first > > place, and not Test::Harness::runtests()? > > And why not? For the same reason to use Perl's built-in file manipulation routines inste

Re: [perl #45201] [PATCH] Be sure to call the correct 'prove' program.

2007-09-05 Thread chromatic
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.