From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18797 invoked by alias); 19 Oct 2011 15:45:09 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29826 Received: (qmail 7506 invoked from network); 19 Oct 2011 15:45:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at benizi.com does not designate permitted sender hosts) Date: Wed, 19 Oct 2011 11:44:38 -0400 (EDT) From: "Benjamin R. Haskell" To: Simon Ruderich cc: zsh-workers@zsh.org Subject: Re: PATCH: Completion/Unix/Command/_perl: Update for 5.10.1. In-Reply-To: <20111019152345.GA30663@ruderich.org> Message-ID: References: <11dd7fd1d499731345e12d4739a3673c5b125ff5.1318948530.git.simon@ruderich.org> <20111019152345.GA30663@ruderich.org> User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 19 Oct 2011, Simon Ruderich wrote: > On Tue, Oct 18, 2011 at 04:59:58PM -0400, Benjamin R. Haskell wrote: >> [snip] >> >> -u is still in blead perl. Why did you add '(obsolete)'? > > I just followed the statement in the man-page: > > -u This obsolete switch causes Perl [...] Huh. Wasn't there in 5.14.1. Looking at git, that text was reverted in May back to: -u This switch causes Perl to dump core [...] So, apparently it's sticking around. -- Best, Ben