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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=o+t7mzqpHTGwPx07 fUTc0qYLTezHpjTIFDqyh5zXK99C2POuQQScfDkIjSJkXDvntCYrCzYCGMWe2TxZ sU711uujfwo1RQNxBaMj5rwrptPMzK2KaFpx7mVT1re0Jt2Zx48jjyyo0d2QuHdo aZ8EUy2wf6qo6Zk8V4Wi20Jktt0= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=TlYCi9GbnHR53LaucD+6ny 0gOxE=; b=KGZszptk1o/tqaH+US8dlmLkB5RxNJi1tC7OYXf1hG8n9J2ixXb+j/ 09WHbjK8d+2XLj2iajTaVmdA3n9TVruccUpmKdu+GMkmvL7rZN5FJGn/3gjAL8N9 89p68jEexRL+rTA5wXA/JWFdUGmTTkahXpJOVV7rpJtBFEb214X+0= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Norton, Hx-languages-length:1919, personal, Allen X-HELO: endymion.arp.harvard.edu Subject: Re: Whither perl-CPAN-Meta-Requirements? To: cygwin AT cygwin DOT com References: <243a28a7-eda4-0e86-0fcb-9452cd0dea44 AT huarp DOT harvard DOT edu> <87o9mv25to DOT fsf AT Rainer DOT invalid> From: Norton Allen Message-ID: <20cefd73-2a72-04af-698c-687fd4738129@huarp.harvard.edu> Date: Mon, 18 Dec 2017 20:29:50 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <87o9mv25to.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 12/18/2017 2:29 PM, Achim Gratz wrote: > Norton Allen writes: >> I am trying to install a perl module using cpan (target module not >> available via cygwin setup), and the process is failing due to an >> out-of-date CPAN::Meta::Requirements module. > […] > > This module (like a few others) is built into Perl core itself and no > newer version is available on CPAN yet. Hence currently there is only a > dummy module available for Cygwin which ensures that any installations > from older Perl versions get uninstalled (you couldn't use them anyway > since they'd be in the installation for the old Perl). > >> Did these get absorbed into some other package? I do see some of the >> files exist in perl_base-5.26.1-1, which I have installed, but that >> apparently does not provide a recent enough version of >> CPAN::Meta::Requirements. > The installed version is exactly what you are asking for: > > $ corelist -v 5.026001 CPAN::Meta::Requirements > CPAN::Meta::Requirements 2.140 > > You probably also need to install the perl package itself if you > haven't, perl_base is there only for satisfying some common dependencies > without incurring the overhead of a full installation. > > Running the cpan shell works for me and it's not requesting me to do any > updates either. > >> Have I entered version hell by using cpan? > I'm not sure what exactly you did, so I can't comment. Maybe clean up > your installation, re-install perl and try again? > > > Regards, > Achim. Thanks Achim! I think what happened was that somewhere along the line I installed something with cpan that wanted to upgrade that module, and I had setup to add my cpan updates to a personal directory which I put at the front of my Perl5 lib path... When the core got updated, the newer version was hidden behind the personal directory. It's always something! Reinstalling was next on my list. -N -- 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