Message from discussion
problems with strawberry perl portable and cpan
Received: by 10.68.211.136 with SMTP id nc8mr9046910pbc.6.1335623403476;
Sat, 28 Apr 2012 07:30:03 -0700 (PDT)
Newsgroups: perl.win32.vanilla
Path: r9ni108466pbh.0!nntp.google.com!news2.google.com!news.glorb.com!news.snarked.org!nntp.develooper.com!nntp.perl.org
Return-Path: <devel.chm...@gmail.com>
Mailing-List: contact win32-vanilla-h...@perl.org; run by ezmlm
Delivered-To: mailing list win32-vani...@perl.org
Received: (qmail 20512 invoked from network); 28 Apr 2012 14:13:20 -0000
Received: from x1.develooper.com (207.171.7.70)
by x6.develooper.com with SMTP; 28 Apr 2012 14:13:20 -0000
Received: (qmail 2149 invoked by uid 225); 28 Apr 2012 14:13:20 -0000
Delivered-To: win32-vani...@perl.org
Received: (qmail 2145 invoked by alias); 28 Apr 2012 14:13:19 -0000
X-Spam-Status: No, hits=-2.5 required=8.0
tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS
X-Spam-Check-By: la.mx.develooper.com
Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41)
by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Sat, 28 Apr 2012 07:13:15 -0700
Received: by qabg27 with SMTP id g27so995351qab.14
for <win32-vani...@perl.org>; Sat, 28 Apr 2012 07:13:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=message-id:date:from:user-agent:mime-version:to:cc:subject
:references:in-reply-to:content-type:content-transfer-encoding;
bh=ptnHIi8O4njdbFH9klHNxt6zkjfnwT7hYWtYgkSpvts=;
b=Os3ZbDFTuUilCahqmB0c7+ujidtHu1Dfkot/jY6dOnKmRT6BU6ORwcnMASEiyWWzIp
MlW27/mU5rNjfIeLo/hgOsQ8Pgo7qEdaloTkFQBxk6o2MtJXPJyMuOolbEP1nRa5cG8e
43gBVjyBkQnFl8nS8EH1W/S55ePk/udHrWlYNbzkcgh5LUNPwRCsPnAM4n1tp+8v3+4/
BiIsy1Za+h9eT2RZszUuwzd2VNxk7KXyeKPnBACNwmE39ViUnztQ3Z3d+Sd0DA8+wVND
4f3ONJVyK9WSXErrU0TrKs9q8H5Ccl/xMy5KZWKt27trQxpr6HvBQEJ71eYz6MC+JYeR
ANHw==
Received: by 10.224.187.205 with SMTP id cx13mr12254205qab.80.1335622391892;
Sat, 28 Apr 2012 07:13:11 -0700 (PDT)
Received: from [192.168.1.32] (c-98-204-138-230.hsd1.va.comcast.net. [98.204.138.230])
by mx.google.com with ESMTPS id gb7sm14320158qab.12.2012.04.28.07.13.10
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 28 Apr 2012 07:13:10 -0700 (PDT)
Message-ID: <4F9BFAF8.70...@gmail.com>
Date: Sat, 28 Apr 2012 10:13:12 -0400
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
MIME-Version: 1.0
To: =?ISO-8859-1?Q?Ren=E9_Staffen?= <r.staf...@gmx.de>
CC: win32-vani...@perl.org
Subject: Re: problems with strawberry perl portable and cpan
References: <20120425142618.245...@gmx.net> <4F995FB2.5050...@atlas.cz> <20120426155513.240...@gmx.net>
In-Reply-To: <20120426155513.240...@gmx.net>
Approved: n...@nntp.perl.org
From: devel.chm...@gmail.com (chm)
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
On 4/26/2012 11:55 AM, "René Staffen" wrote:
> Hi,
>> Please try strawberry perl portable 5.14.2.1 from release page
>> <http://strawberryperl.com/releases.html> - portable 5.12.3 is buggy.
>
> Thank you for this information.
>
> Is there a way to upgrade without the need to reinstall all the modules i installed so far?
If you have to reinstall them all, you might try
using the CPAN autobundle process to speed things
up.
--Chris