Re: (eh?) Perl library shifted...?

2000-04-01 Thread Jeff Gordon
On Sat, 1 Apr 2000 03:29:09 +0100, "Paul J. Keenan" <[EMAIL PROTECTED]> wrote: > Net::POP3 is also part of libnet-perl. I would make sure you have > the -2 version, if it's still a problem, post the exact error msg. > > I ran > > perl -MNet::POP3 -e 'Net::POP3->new()' > > without any proble

Re: (eh?) Perl library shifted...?

2000-04-01 Thread Paul J. Keenan
On Fri, Mar 31, 2000 at 01:42:42PM -0500, Jeff Gordon wrote: > > If you're talking about Net::FTP being unable to locate method > > Net::FTP->requires_firewall(), it was a bug in libnet-perl which > > has been fixed with version 1.0703-2, now in the archives. > > (Good thought, but no: Net::POP3 i

Re: (eh?) Perl library shifted...?

2000-03-31 Thread Jeff Gordon
On Fri, 31 Mar 2000 19:02:46 +0100, "Paul J. Keenan" <[EMAIL PROTECTED]> wrote: >> > Anybody know where to reach in and change the values Perl sees as >> > '@INC' ...? > The standard @INC is compiled into the binary. You can see the value > for your perl by doing "perl -V". (Thanks, Paul.) The

Re: (eh?) Perl library shifted...?

2000-03-31 Thread Paul J. Keenan
On Thu, Mar 30, 2000 at 05:36:00PM -0800, Brian Lavender wrote: > use lib "/path/to/your/lib"; > > This will append to perl's include path. Otherwise, I think it's > hard coded. > > brian > > On Wed, Mar 29, 2000 at 12:06:37PM -0500, Jeff Gordon wrote: > > Not sure, but it looks like a recent Po

Re: (eh?) Perl library shifted...?

2000-03-31 Thread Brian Lavender
use lib "/path/to/your/lib"; This will append to perl's include path. Otherwise, I think it's hard coded. brian On Wed, Mar 29, 2000 at 12:06:37PM -0500, Jeff Gordon wrote: > Not sure, but it looks like a recent Potato update must've rewritten a > variable holding the location of Perl libraries

(eh?) Perl library shifted...?

2000-03-29 Thread Jeff Gordon
Not sure, but it looks like a recent Potato update must've rewritten a variable holding the location of Perl libraries -- at least, I've got a little program running here, that can no longer locate a needed module. Anybody know where to reach in and change the values Perl sees as '@INC' ...? --