Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTTP-BrowserDetect CPAN distribution.

Report information
The Basics
Id: 27878
Status: resolved
Priority: 0/
Queue: HTTP-BrowserDetect

People
Owner: Nobody in particular
Requestors: cebrian [...] tid.es
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Curl support is removed
Date: Mon, 02 Jul 2007 13:46:29 +0200
To: bug-HTTP-BrowserDetect [...] rt.cpan.org
From: Toni Cebrián <cebrian [...] tid.es>
Hello, Here the bug report. Version: HTTP-BrowserDetect 0.99 Perl: 5.8.8 OS: Linux 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux When you try $browser->curl it spits an error Can't locate object method "curl" via package "HTTP::BrowserDetect" at ... I think it's because the word "curl" is missing in: push @ALL_TESTS,(qw(mosaic netscape nav2 nav3 nav4 nav4up nav45 nav45up nav6 nav6up navgold firefox safari ie ie3 ie4 ie4up ie5 ie5up ie55 ie55up ie6 opera opera3 opera4 opera5 opera6 opera7 lynx links aol aol3 aol4 aol5 aol6 neoplanet neoplanet2 avantgo emacs mozilla gecko)); Adding it seems to resolve the problem. Best regards. -- Toni Cebrián Telefónica I+D Via Augusta, 177 08021 Barcelona Spain Tel: +34-93 365 30 35 Fax: +34-93 365 30 43 mailto:cebrian@tid.es
On Mon Jul 02 07:47:00 2007, cebrian@tid.es wrote: Show quoted text
> Hello, > > Here the bug report. > > Version: HTTP-BrowserDetect 0.99 > Perl: 5.8.8 > OS: Linux 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 > GNU/Linux > > When you try $browser->curl it spits an error > > Can't locate object method "curl" via package > "HTTP::BrowserDetect" at ... > > I think it's because the word "curl" is missing in: > > push @ALL_TESTS,(qw(mosaic netscape nav2 nav3 nav4 nav4up nav45 nav45up > nav6 nav6up navgold firefox safari ie ie3 ie4 ie4up ie5 ie5up ie55 > ie55up ie6 opera opera3 opera4 opera5 opera6 opera7 lynx links aol aol3 > aol4 aol5 aol6 neoplanet neoplanet2 avantgo emacs mozilla gecko)); > > Adding it seems to resolve the problem. > > Best regards. >
Hi Toni, Thanks very much for pointing this out. The code has now been patched. This fix will appear in version 1.01 in the next couple of days. Best, Olaf