oalders/http-browserdetect

Use of uninitialized value $minor in concatenation (.) or string at HTTP/BrowserDetect.pm line 2600.

oalders opened this issue · 0 comments

#!/usr/bin/env perl

use HTTP::BrowserDetect ();

my $ua = HTTP::BrowserDetect->new(
    'Mozilla/5.0 (iPhone; CPU iPhone
OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/10 Mobile/16A366 Safari/605.1.15 GAYL/2.0.8b1'
);

print $ua->browser_version;