Skip Menu |

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)



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'; }