Re: perl package environment problems

2009-05-17 Thread Boyd Stephen Smith Jr.
In , Jude DaShiell wrote: >perl: warning: Setting locale failed. >perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), > LANG = ""en_US.UTF-8"" This shows that you LANG variable actually contains double-quote characters. Check /

Re: Perl package

2002-03-11 Thread Andrew Pritchard
> > Hello, > > > > I looking 4 debian perl package including LWP::Parallel modules. > > I'm using a Woody distro. > > > > > > I'have installed thoses packages but don't have LWP::Parallel. > > > > > > > > -- >

Re: Perl package

2002-03-11 Thread Robert L. Harris
Use cpan. As root: perl -MCPAN -e shell; Follow the prompts for setup. They're pretty straight forward and defaults are good 99% of the time if you don't know. Once you get to a prompt type "install LWP::Parallel", it'll do the rest. Thus spake Fran?ois Chenais ([EMAIL PROTECTED]): > He

Re: perl package/CPAN integration questionable

1998-05-12 Thread Scott Ellis
On Tue, 12 May 1998, Jules Bean wrote: > IMNSHO, there is a problem with the integration between our perl package, > and the CPAN module. Yes :) Check out bug 15797 for discussion of this issue. > If I have correctly analysed the problem, then the 'right' answer involves > dpkg and CPAN somehow