delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/02/01/18:40:43

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=bylNZqW
UgHDuu7mvXGwf4CVvOTIO1f9P819ArTv4nCqv030gZkPrFYdpfC3IEqfk+cZLxBD
8t7gUHLZnoJMKx9Zgzqi+vxDetqTsMxGMn2zRvrq7mC5/ZXugt9OC4pAo+H7FYOD
uatMuEM+LV9ARWiIwYVpAIchEmxO3/SuvLeM=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=eFXc9Wo2ODxC1
fUDJN/1yMFWP48=; b=jBHCTPQONUQ00bHsGwIYZZDY4nGvtcvA4CpDb5g7bq+ub
iSwzuL/r2rosm27EIpIzOngUNXJ1gsXTe90G4JjGjQGmXDR4V8ggXS51xqylJ7u7
Ek2x8/MHXEMrswbsWakz/ROuQOI1gek2NVWipdv6h1bU7gjdYTBEC+MzkWOkjg=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=0.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Gratz, gratz, U*Stromeko, sk:Stromek
X-HELO: mail-vk0-f49.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=x1lTj7n0weQwRspgl6bqbGu7W/iWIL2l+qkarqC13qo=; b=sSyjPl/gIKAe6wclcWLQ1nyzZC7g7oJWXHnXY2srpUDd57Zs+JQ8kBRiIzaPTXEVH3 fHrAB8Bzl9qEBCb5HQczY77cKtJhO7I+uaUZna/w+auWm5u6p+24FqLgkz97tIg9UrXB BvWTF04XkMBQF8+j7Mw4P9mer9DRlhfwKqbaWDxf5dKuQ+uqqohyeS6gu4UFrwYHjndX I7QrO1Gq4/BhmFvW6Nr9pp3IGhyqdLYzLlyiXIjA320qLsYA4KSF41B+6yIMb0zOV3pY hOCV+rfGyAKe+nX++tj3Hvm4od36Zkcoe93ywL5BlhTAVCqL0hXvf0/IqrLuHKutokwZ +zNw==
X-Gm-Message-State: AIkVDXLlyg5ri9rEdU7/2yDsaLENgHSCHDJGu7VKjntMHauEtYjP33gevNZ6gJT04M0id62XeiE9Y7nC4dnF6Q==
X-Received: by 10.31.193.137 with SMTP id r131mr2687112vkf.34.1485992407734; Wed, 01 Feb 2017 15:40:07 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <87tw8dagvp.fsf@Rainer.invalid>
References: <CAPsu6Lg=zbzpf_tM_5qZnttSSRy=Zx2mnH2GWW9ApR0dZiUk0g AT mail DOT gmail DOT com> <87tw8dagvp DOT fsf AT Rainer DOT invalid>
From: Brian Mathis <brian DOT mathis AT gmail DOT com>
Date: Wed, 1 Feb 2017 18:40:07 -0500
Message-ID: <CAPsu6LjeASM4Ev2M0wk49NJUkG-6_P07GCm8y8_ozSXgqXRF7g@mail.gmail.com>
Subject: Re: Perl library request - local::lib
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Wed, Feb 1, 2017 at 1:46 PM, Achim Gratz <Stromeko AT nexgo DOT de> wrote:
> Brian Mathis writes:
>> Please add the local::lib library to the available perl packages.
>
> It was a deliberate decision to not include it.  Just throwing out a
> request like that won't convince me otherwise, but I may change my mind
> if you have any arguments with substance.
>
>> This allows bootstrapping many other packages directly from cpan into
>> a local directory without polluting the main Cygwin files.
>
> This is still more error prone than one would like and I expect anyone
> capable of getting all the little things right to not have a problem
> with bootstrapping local::lib themselves (I'd do it via cpanm, but there
> are other ways of course).  Also, just by installing CPAN you aren't
> polluting main Cygwin files: the modules distributed with Cygwin install
> under perl_vendor, the modules installed by cpan will end up in
> perl_site.
>
>
> Regards,
> Achim.
> --


I appreciate your feedback on this.  Is there somewhere that rationale
is laid out?  If there was a mailing list discussion, then I must have
missed it.  Would you happen to know where it would be in the archive?


Thanks
~ Brian

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019