Steve Peters wrote:
# New Ticket Created by Steve Peters
# Please include the string: [perl #42585]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42585 >
If you happen to try to test parrot and you have more than one directory
named "parrot" in the full path, t/configure/01-options.t will fail. The
patch below fixes the problem by letting the regexp be more greedy in its
matching. It also adds "$!" to the croaks so that developers won't be left
scratching their heads as long when this test fails.
Steve Peters
[EMAIL PROTECTED]
Thanks. I will look into this later tonight.
kid51