This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with Perl script after upgrading to 1.7


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]