Re: pcre.t failure

2005-05-21 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: >> t/library/pcreCan't use string ("Test::Builder") as a HASH ref while >> "strict refs" in use at lib/Test/Builder.pm line 304. > This is a feature of the Test-Simple update I did yesterday. > I bet $has_pcre is false for you and you're hitting the skip

Re: pcre.t failure

2005-05-20 Thread Dino Morelli
On Fri, 20 May 2005, chromatic wrote: >On Fri, 2005-05-20 at 17:49 -0400, Dino Morelli wrote: > >> r8136, I'm seeing this test failure: >> >> $ perl t/harness t/library/pcre.t >> >> t/library/pcreCan't use string ("Test::Builder") as a HASH ref while >> "strict refs" in use at lib/Test/Builder

Re: pcre.t failure

2005-05-20 Thread chromatic
On Fri, 2005-05-20 at 17:49 -0400, Dino Morelli wrote: > r8136, I'm seeing this test failure: > > $ perl t/harness t/library/pcre.t > > t/library/pcreCan't use string ("Test::Builder") as a HASH ref while > "strict refs" in use at lib/Test/Builder.pm line 304. This is a feature of the Test-