| delorie.com/archives/browse.cgi | search |
| 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: | <eb3a2d501001132359p3d547b03r577adcff4ba47da5@mail.gmail.com> |
| References: | <eb3a2d501001132359p3d547b03r577adcff4ba47da5 AT mail DOT gmail DOT com> |
| 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 <rurban AT x-ray DOT at> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 |
2010/1/14 Gary . <cygwin AT garydjones DOT name>:
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |