RT for rt.cpan.org
Skip Menu
|
Bug #48649 for HTTP-DetectUserAgent: Does not recognise Opera Mini.
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
HTTP-DetectUserAgent CPAN distribution
.
Report information
The Basics
Id:
48649
Status:
new
Priority:
0/
Queue:
HTTP-DetectUserAgent
People
Owner:
Nobody in particular
Requestors:
sbrandwood [...] opera.com
Cc:
AdminCc:
Bug Information
Severity:
Important
Broken in:
0.01
Fixed in:
(no value)
History
Show all quoted text
Wed Aug 12 09:22:29 2009
sbrandwood [...] opera.com - Ticket created
Subject:
Does not recognise Opera Mini.
I suggest altering the _check_opera routine with: if (index($ua, 'opera mini') != -1) { $self->{name} = 'Opera Mini'; } else { $self->{name} = 'Opera'; }