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:date :message-id:subject:from:to:content-type; q=dns; s=default; b=O4 /BkLRArJEpXERtQxlK5F3MItdP1cYKLhMckWk9LXg6B9K4nPASfAru5YlycC2zIv 0aTM7B5O8jLZl/QdZaPG7/bZ7YpH4mTQN+8GedRCSzYVcQ5tU5uKrNrQwCR5tdY2 SIp+lfqVif3SrZWIUveUCwJen+/1FlGJ26ucBxQPA= 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:date :message-id:subject:from:to:content-type; s=default; bh=1TeUSLCx GKYFh8lgkJtZTmczvvU=; b=HD9tmVfR3HXJa/vxoKY90gv7amN/AHtjNoNH29SJ NA8MUifJdBkzEu6tnjGhL6WQQuLG/+DbO1h4+OaR9mb4Vw8SxNc4dvpZ3HgpbeaX Jc1FpqRsxcjlgvdfBbiJKBpKZFKcgwgcXnIZYZhH3oASIffKNaKtllulzCGhte+f STQ= 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=0.5 required=5.0 tests=AWL,BAYES_50,KAM_INFOUSMEBIZ,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: alum-mailsec-scanner-5.mit.edu MIME-Version: 1.0 X-Received: by 10.107.129.218 with SMTP id l87mr48306780ioi.181.1446043779233; Wed, 28 Oct 2015 07:49:39 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Oct 2015 08:49:39 -0600 Message-ID: Subject: Re: How can I completely remove Perl 5.22? From: Jim Reisert AD1C To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes I did not get time to try to to fix this last night, other than un-installing all the ActiveState stuff (to eventually re-install). I noticed a bunch of stuff in my ~/.bashrc file, how much of this is necessary for Cygwin Perl 5.22? PATH="/cygdrive/D/Home/perl5/bin${PATH+:}${PATH}"; export PATH; PERL5LIB="/cygdrive/D/Home/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; PERL_LOCAL_LIB_ROOT="/cygdrive/D/Home/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/cygdrive/D/Home/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/cygdrive/D/Home/perl5"; export PERL_MM_OPT; -- Jim Reisert AD1C, , http://www.ad1c.us -- 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