On Fri, Mar 21, 2008 at 10:20 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
> 2008/3/20, via RT Will Coleda <[EMAIL PROTECTED]>: > > # New Ticket Created by Will Coleda > > # Please include the string: [perl #51944] > > # in the subject line of all future correspondence about this issue. > > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51944 > > The attached patch updates README_cygwin.pod. The PATH=... assignment should include `pwd`/blib/lib, not `pwd`.
Index: README_cygwin.pod =================================================================== --- README_cygwin.pod (revision 26745) +++ README_cygwin.pod (working copy) @@ -39,7 +39,7 @@ =head1 BUILD - export PATH=`pwd`:$PATH + export PATH=`pwd`/blib/lib:$PATH perl Configure.pl make make test # see PLATFORMS for known issues.