X-Recipient: archive-cygwin@delorie.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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type:content-transfer-encoding;
	 q=dns; s=default; b=p/bZ+FBBY4B/oNHgrB9DpFfV55ueRyRl7nzrphGQPp8
	ju7Vv2MIE72YzGgGyKXlPpO6LaBrHZfVhaP+kbIZKTOvZkL9iU4f1JtWrtO/hKnC
	i4+IMI4CtBfW+qvfiJsHx6rWuFFyXAKptOs/u1CwWUWZSyUmeNm3UTZmdU/IAOZw
	=
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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type:content-transfer-encoding;
	 s=default; bh=L2kXgU3mCA+FduLaN1mhZrZttlg=; b=klrYGRtZ5sxfrlPrk
	34kFYdLSUmDL6ftOD106rlDqaALCP/iHIsZj2oHU17lAIZSWd6HhnTha2oTKYRlR
	z0cIr/2yxcEf8OzCV9luMUWB6S3Nqxd4fj+0jhiBsmP0V+dcbZighA7ATy20+cHz
	aE1/wwmgbe4/Kvl3BoTFLx36Kc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Allen, installations, Hx-languages-length:1607, Hx-spam-relays-external:ESMTPA
X-HELO: vsmx009.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Whither perl-CPAN-Meta-Requirements?
References: <243a28a7-eda4-0e86-0fcb-9452cd0dea44@huarp.harvard.edu>
Date: Mon, 18 Dec 2017 20:29:07 +0100
In-Reply-To: <243a28a7-eda4-0e86-0fcb-9452cd0dea44@huarp.harvard.edu> (Norton	Allen's message of "Mon, 18 Dec 2017 12:29:22 -0500")
Message-ID: <87o9mv25to.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
X-VADE-STATUS: LEGIT
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id vBIJTW9V006115

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.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
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


