# New Ticket Created by  "Devin Heitmueller" 
# Please include the string:  [perl #48074]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48074 >


The attached patch will address a parrot test failure in the PCRE
module (t/library/pcre.t) in the case where the libpcre library is
installed in a nonstandard location.

In my case, it occurs on OS X that Fink installed libpcre into
/sw/lib, and so the test believes that PCRE is installed because the
pcre-config utility returned zero, but it cannot find the library.

The change runs pcre-config to get the location of the library, and
then updates the PARROT_LIB_PATH_DYNEXT to contain the additional
entry.

-- 
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller

Attachment: pcre.t.patch
Description: Binary data

Reply via email to