X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 14 Jan 2010 12:35:22 +0100 Message-ID: <6910a61001140335j555a70c1k541e1bf3765ce68f@mail.gmail.com> Subject: Re: Problems with Perl script after upgrading to 1.7 From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 2010/1/14 Gary . : > I knew it was a mistake before I did it :( Never touch a running > system and all that. > > Anyway, since upgrading to 1.7 I get > " not a file at > /home/gary/.perl/lib/perl5/site_perl/5.10/Text/Language/Guess.pm line > 158" > > Should I upgrade something manually, or what? I wrote that in the release message. You have to upgrade all your CPAN installations For this case just do $ cpan Text::Language::Guess Generally see http://cygwin.com/ml/cygwin-announce/2009-12/msg00024.html $ perl -MExtUtils::Installed \ -e'print join("\n", new ExtUtils::Installed->modules)' > module.list # re-install all CPAN modules $ cpan `cat module.list` -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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