Skip Menu |

This queue is for tickets about the WebService-Google-Language CPAN distribution.

Report information
The Basics
Id: 52676
Status: resolved
Priority: 0/
Queue: WebService-Google-Language

People
Owner: hma [...] cpan.org
Requestors: AWeir [...] NECsphere.com
Cc:
AdminCc:

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



Subject: Fails installation
Date: Fri, 11 Dec 2009 11:26:17 -0600
To: "'bug-WebService-Google-Language [...] rt.cpan.org'" <bug-WebService-Google-Language [...] rt.cpan.org>
From: "Weir, Alan" <AWeir [...] NECsphere.com>
Hello, I used the WebService::Google::Translation package in May of this year with great success. Unfortunately the original installation was lost, therefore I had to install Perl 5.10.1, JSON, LPW::UserAgent, Test::More and WebService::Google::Translation again. The installation was successful until WebService::Google::Translation which failed as shown below: C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/00-load.t .......... ok t/01-constructor.t ... ok t/02-accessors.t ..... ok t/03-methods.t ....... 2/26 # Failed test 'Detected language is reliable' # at t/03-methods.t line 81. # Looks like you failed 1 test of 26. t/03-methods.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/26 subtests t/04-pod.t ........... ok t/05-pod-coverage.t .. ok I ignored the result and forced and installation but my application, which worked in May, is now returning garbage strings when attempting to translate stings which originally worked. Has the Google Ajax interface changed and does the package need to be adapted? Thanks, Alan