Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 30941 invoked from network); 19 Sep 2006 14:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 14:26:04 -0000 Received: (qmail 66070 invoked by uid 500); 19 Sep 2006 14:25:57 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 66059 invoked by uid 500); 19 Sep 2006 14:25:56 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 66048 invoked by uid 99); 19 Sep 2006 14:25:56 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 07:25:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([193.69.113.81:48914] helo=sam.opera.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 8E/54-27824-FEDFF054 for ; Tue, 19 Sep 2006 07:25:53 -0700 Received: from pc093.lan021.oslo.opera.com (pat.opera.com [193.69.113.22]) by sam.opera.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k8JEPmsh024608 for ; Tue, 19 Sep 2006 14:25:48 GMT From: Kjetil Kjernsmo Organization: Opera Software ASA To: modperl@perl.apache.org Subject: Re: Occasional problems with URI package under mp Date: Tue, 19 Sep 2006 16:25:47 +0200 User-Agent: KMail/1.9.1 References: In-Reply-To: X-FOAF: http://my.opera.com/kjetilk/xml/foaf/ OpenPGP: id=5F275A6DD85089F09C88447202DCCFFBB8B9AF89; MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609191625.48138.kjetilk@opera.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tuesday 19 September 2006 16:05, Garrett, Philip (MAN-Corporate)=20 wrote: > =A0 warn "URI.pm location: $INC{'URI.pm'}\n"; > > If it's different for the failures than it is for the successes, you > have your culprit. Hmmm, nope, that was OK... So, I have=20 use URI; warn "URI.pm location: $INC{'URI.pm'}\n"; my $netloc; eval { $netloc =3D URI->new('http://www.blogger.com/feeds/default/blogs'); }; warn $@; to which I get=20 URI.pm location: /usr/lib/perl5/Apache2/URI.pm Can't locate object method "new" via package "URI" at [blah] Now, there is quite a lot of our internal code around, out of which=20 quite a few things suck, but still, this really mystifies me...=20 =2D-=20 Kjetil Kjernsmo Information Systems Developer Opera Software ASA