On Thu, Nov 15, 2007 at 09:40:47PM +, Andy Armstrong wrote:
> On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote:
> >Last week I had to reinstall the OS on my desktop, and after
> >installing Test::TAP::HTMLMatrix (for 'make smoke') I now get
> >a lot of errors during 'make test' that l
On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote:
Last week I had to reinstall the OS on my desktop, and after
installing Test::TAP::HTMLMatrix (for 'make smoke') I now get
a lot of errors during 'make test' that look like:
[...]
t/library/getopt_obj...ok
t/libr
On 15 Nov 2007, at 02:43, Andrew Dougherty wrote:
It looks as if ./parrot doesn't like the -I switches. But that's
odd because
Test::Harness 2.64 passed them too.
Oh, there may well be something far more subtle going on underneath,
but I
observed this when I tried T::H 2.99_02 about two mo
On 14 Nov 2007, at 23:11, Andy Dougherty wrote:
That's a Test::Harness 3 change. It doesn't understand the
#!./parrot
lines at the top of some of the tests.
It's actually Perl that handles the ./parrot shebang. Test::Harness
just asks Perl to run the test.
It looks as if ./parrot
On Thu, 15 Nov 2007, Andy Armstrong wrote:
> On 14 Nov 2007, at 23:11, Andy Dougherty wrote:
> > That's a Test::Harness 3 change. It doesn't understand the
> > #!./parrot
> > lines at the top of some of the tests.
>
>
> It's actually Perl that handles the ./parrot shebang. Test::Harness jus
On Wed, 14 Nov 2007, Patrick R . Michaud wrote:
> # New Ticket Created by Patrick R. Michaud
> # Please include the string: [perl #47453]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=47453 >
>
>
> Last week I had to