oalders / http-browserdetect

Determine the Web browser, version, and platform from an HTTP user agent string
http://www.browserdetect.org
Other
58 stars 47 forks source link

Need check JSON::PP version #169

Closed sopov closed 5 years ago

sopov commented 5 years ago
$ perl -MJSON::PP\ 9 -e 1
JSON::PP version 9 required--this is only version 2.27203.
BEGIN failed--compilation aborted.

On build process, we have a frozen screen at the testing stage for test t/01-detect.t test process stopped at line 29

     26 sub get_json {
     27     my $file = shift;
     28     my $json = path( $FindBin::Bin, $file )->slurp;
     29     return JSON::PP->new->ascii->decode($json);
     30 }

after update JSON::PP (2.97) all is OK.

oalders commented 5 years ago

Thanks for reporting this @sopov! A new release has just been uploaded to CPAN.