X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=FxgVj4Jtufwue38rUbTnP6/IENlG/bDGMnEuLxd/KWO dZreTbUI5CDa1d/xp8mLmsA8PC+riLqw/nWl4pCVpPZV4Pw9AIJ4VZph/VZaDiRy 0tIJbm77E6vfUvt2N+Xq0K3lLD4uBxTMdSIqY0jl1fq9LaVaLVY7ol0Am+sQGwhE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=jmvM0LtVeK4nwYhdHAIYgMuV1Co=; b=oFkG/xZ8Pc08VQ3zE +Y9I1tetlf1P3+JJO30vAg24R7JZ56sJ98Pe5cUWfs/RFDNLl3qe1ql5xEPS+VzA pRF8RyHpH5Oi0eyvHLK3nXMHScK5c6tQMJ73ZhO+nY6uGKWwadGSthQqybebQwkT Aof4Jdw3eUeMJkvAnQW08rLRHA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2 autolearn=ham version=3.3.2 spammy=exporter, authors, pulling, Greetings X-HELO: Ishtar.sc.tlinx.org Message-ID: <5C5A2D22.40109@tlinx.org> Date: Tue, 05 Feb 2019 16:41:06 -0800 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "Peter A. Castro" , "cygwin AT cygwin DOT com" Subject: Re: perl -- classic? References: <5C58BD83 DOT 5060806 AT tlinx DOT org> <20190204230934 DOT GT2343 AT ming DOT fruitbat DOT org> In-Reply-To: <20190204230934.GT2343@ming.fruitbat.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2/4/2019 3:09 PM, Peter A. Castro wrote: > On Mon, Feb 04, 2019 at 02:32:35PM -0800, L A Walsh wrote: > > Greetings, > > >> Can we have an older perl, say, perl-5.0.16? works for my stuff mostly >> unchanged, >> > > You sure you mean 5.0.16? That's really, really old! Maybe you mean > 5.16.1? > --- ooops...5.16.3 actually.... 5.18 was when they started w/they itchy trigger fingers and pulling features into experimental status at the same time they added a new incompat feature by default -- mandatory warnings. Between the two more than a little bit of code broke, since code wisdom before then was to always develop and run with warnings and strict on. And some took it a step farther and did a die on warnings. -- which took out any prog that used 'my $_'; Anyway, someone uses 5.18.x as as their latest support for their CPAN -- more CPAN authors aren't staying up-to-date as newer features cause problems. Who would have thought using a sub by name that is 'export_ok', now is broken. (Term::Size::Chars) -- that is actually a recommended usage on its manpage but now breaks. Sheesh. I guess the new exporter disallows items in the export_allow list if they are not in the export list? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple