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
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
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-