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