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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=MbFAXz6 zAHYR8EKW0tYxhB5CrUPPpHrzUgUY1t1/QXHfuqU9Ev2lMlLW+ZJO3YPDojDmY+0 D16IwikOObQ4wmwPPm1vAJrxwvkVKqfYNI/grLQCHhctQdzgM8if5m092tZoOZCA inctCAxEKQYbwLRLSklqklK8vo3xwcpkIzs8= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=Z1r9oqW87aF/u 1VIJ3wi6nXwFCs=; b=puy8C/+oss7Jh80wA9AuNfaufWE1BpnARXCP33HJJeK+A cHkP6mLRoh1OvO+Hk0rSqgx+pp2ITT0bJz1GYEFyOOpHi9rTyCYTokD3itmxPZPp X5GVeyn6EOGb4CIx99GViDWSw79VLHGEZikofuC0E0gPGh63pHTe2t5bAt3lA4= 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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=UD:opencoder.net, H*RU:0.0.0.0, opencoder.net, Hx-spam-relays-external:0.0.0.0 X-HELO: lavender.maple.relay.mailchannels.net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MailChannels-Auth-Id: dreamhost X-Tangy-Spicy: 2321818661d20aed_1549325934998_2974928305 X-MC-Loop-Signature: 1549325934998:3485230019 X-MC-Ingress-Time: 1549325934998 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:content-type; s=opencoder.net; bh=a3DO7AQKu4csxP1qNCSE3LqjiX I=; b=X7H5doRcH2wt8G8WymVs1msnfmYvTUBH9/1lndNc2Qx4TkEX3Yjgnbwtq9 YJJMJS63P8BfAthuvEJjR62BiDUd6TfNsfs4qEW+xKCCuYbioiGL/+yVuvcX5/40 Cj8bpSfHYgnvlPedmrJBkNwMIPRD0bm3CETCD0FfIQ859pwn4= MIME-Version: 1.0 References: <5C58BD83 DOT 5060806 AT tlinx DOT org> In-Reply-To: <5C58BD83.5060806@tlinx.org> X-DH-BACKEND: pdx1-sub0-mail-a2 From: Wayne Davison Date: Mon, 4 Feb 2019 16:18:40 -0800 Message-ID: Subject: Re: perl -- classic? To: cygwin Content-Type: text/plain; charset="UTF-8" X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtledrkeehgddvtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepgghfjgfhfffkuffvtgesthdtredttddtjeenucfhrhhomhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqeenucfkphepvddtledrkeehrdduieeirddujeejnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehmrghilhdqihhtuddqfhdujeejrdhgohhoghhlvgdrtghomhdpihhnvghtpedvtdelrdekhedrudeiiedrudejjedprhgvthhurhhnqdhprghthhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqedpmhgrihhlfhhrohhmpeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtpdhnrhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-IsSubscribed: yes On Mon, Feb 4, 2019 at 2:33 PM L A Walsh wrote: > Things like > Term::Size::chars no longer works as it says chars isn't exported. > but it is 'EXPORT_OK', and it used to work. Remember that EXPORT_OK means that you can ask for it to be exported, but it's not by default. I just tried out CPAN 2.22 with perl 5.26.3 and ran a CPAN "install Term::Size" and the result worked fine: perl -we 'use Term::Size "chars"; print join("\n", chars), "\n";' perl -we 'use Term::Size; print join("\n", Term::Size::chars), "\n";' I haven't seen any issues in the various CPAN modules that I added to my setup. ..wayne.. -- 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