Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 30 Sep 2002 14:43:04 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <32617352936.20020930144304@familiehaase.de> To: "Max Bowsher" CC: cygwin AT cygwin DOT com Subject: Re: Question for perl gurus: what creates /bin/{HEAD|GET|POST}? In-Reply-To: <009e01c26800$2852a9f0$0100a8c0@bowsher.foo> References: <010901c2664e$61de3530$0100a8c0 AT bowsher DOT foo> <63214208345 DOT 20020929203540 AT familiehaase DOT de> <007501c267fa$f2208e60$0100a8c0 AT bowsher DOT foo> <009e01c26800$2852a9f0$0100a8c0 AT bowsher DOT foo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Max schrieb: > Max Bowsher wrote: >> I have found the problem! If an alternate perl library directory is passed > like >> so: >> $ perl Makefile.PL LIB=/opt/perl5lib >> >> Then LWP's Makefile.PL fails to ask the questions. >> >> So the answer is to fix Makefile.PL. > The following 1 line patch fixes the problem. Anyone familiar with LWP patch > procedures? Otherwise, I'll go and subscribe to YAML :-) All the LWP developers are subscribed at least to libwww AT perl DOT org, I think you don't need to be a subscriber to post there, I get all the postings twice or more times since it is usual there to hit reply-all. So if smeone posts to perl5-porters and libwww the makemaker list and CC's to me personally I get the message four times :-\ > --- Makefile.PL.orig 2002-05-31 21:51:03.000000000 +0100 > +++ Makefile.PL 2002-09-29 22:26:08.000000000 +0100 > @@ -22,7 +22,7 @@ > unless (getopts("n")) { > die "Usage: $0 [-n]\n"; > } > -@programs_to_install = () if $opt_n || grep /^LIB=/, @ARGV; > +@programs_to_install = @request_aliases = () if $opt_n || grep /^LIB=/, @ARGV; > # Check if we should try to run the live tests > open(CHANGES, "Changes") || die "Can't open Changes: $!"; -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/