Problems with Perl script after upgrading to 1.7

Reini Urban rurban@x-ray.at
Thu Jan 14 12:32:00 GMT 2010


2010/1/14 Gary . <cygwin@garydjones.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



More information about the Cygwin mailing list