Skip Menu |

This queue is for tickets about the Lingua-Translate CPAN distribution.

Report information
The Basics
Id: 102660
Status: open
Priority: 0/
Queue: Lingua-Translate

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: No pass reports since 2012
Looking at http://matrix.cpantesters.org/?dist=Lingua-Translate%200.09;reports=1#sl=7,1 it seems that the module got no PASS report since May 2012, so probably it does not work anymore (the reason why there are no FAIL reports at all is because of the $VERSION computation of the dependency Pod::Constants, which CPAN::Reporter cannot handle).
Code's here https://github.com/samv/Lingua-Translate Knock yourself out Sam On Mon Mar 09 18:17:20 2015, SREZIC wrote: Show quoted text
> Looking at http://matrix.cpantesters.org/?dist=Lingua- > Translate%200.09;reports=1#sl=7,1 it seems that the module got no PASS > report since May 2012, so probably it does not work anymore (the > reason why there are no FAIL reports at all is because of the $VERSION > computation of the dependency Pod::Constants, which CPAN::Reporter > cannot handle).
Could you please give firstcome permissions (at pause.perl.org) to ADOPTME, as described here? http://neilb.org/2013/08/07/adoptme.html On 2015-03-09 19:12:23, SAMV wrote: Show quoted text
> Code's here > > https://github.com/samv/Lingua-Translate > > Knock yourself out > > Sam > > On Mon Mar 09 18:17:20 2015, SREZIC wrote:
> > Looking at http://matrix.cpantesters.org/?dist=Lingua- > > Translate%200.09;reports=1#sl=7,1 it seems that the module got no PASS > > report since May 2012, so probably it does not work anymore (the > > reason why there are no FAIL reports at all is because of the $VERSION > > computation of the dependency Pod::Constants, which CPAN::Reporter > > cannot handle).
> >
On 2015-03-09 18:17:20, SREZIC wrote: Show quoted text
> Looking at http://matrix.cpantesters.org/?dist=Lingua- > Translate%200.09;reports=1#sl=7,1 it seems that the module got no PASS > report since May 2012, so probably it does not work anymore (the > reason why there are no FAIL reports at all is because of the $VERSION > computation of the dependency Pod::Constants, which CPAN::Reporter > cannot handle).
Results of "make test" with 5.20.2, linux: PERL_DL_NONLAZY=1 "/bbbike/perl-5.20.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Request timed out more than 2 times (Request 1:301 Moved Permanently; Request 2:301 Moved Permanently; Request 3:301 Moved Permanently; ) at /tmpfs/.cpan-build/Lingua-Translate-0.09-jCr732/bli b/lib/Lingua/Translate/Babelfish.pm line 206. # Looks like you planned 4 tests but ran 2. # Looks like your test exited with 255 just after 2. t/01-babelfish.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/4 subtests Translation back-end failed; Request timed out more than 2 times (Request 1:301 Moved Permanently; Request 2:301 Moved Permanently; Request 3:301 Moved Permanently; ) at /tmpfs/.cpan-build/Lingua-Translate-0.09-jCr732/blib/lib/Lingua/Translate/Babelfish.pm line 206. # Looks like you planned 6 tests but ran 2. # Looks like your test exited with 255 just after 2. t/02-translate.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/6 subtests t/03-systran.t .... ok Test Summary Report ------------------- t/01-babelfish.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 2. t/02-translate.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 6 tests but ran 2. Files=3, Tests=7, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.38 cusr 0.08 csys = 0.50 CPU) Result: FAIL Failed 2/3 test programs. 0/7 subtests failed. make: *** [test_dynamic] Error 255
Happy to! I've added ADOPTME as co-maint to most of my Perl modules. I've removed some of the ancient cruft from the dependency, too. Thanks for the note! Sam On Mon Mar 09 23:39:54 2015, ETHER wrote: Show quoted text
> Could you please give firstcome permissions (at pause.perl.org) to > ADOPTME, as described here? http://neilb.org/2013/08/07/adoptme.html > > > > On 2015-03-09 19:12:23, SAMV wrote:
> > Code's here > > > > https://github.com/samv/Lingua-Translate > > > > Knock yourself out > > > > Sam > > > > On Mon Mar 09 18:17:20 2015, SREZIC wrote:
> > > Looking at http://matrix.cpantesters.org/?dist=Lingua- > > > Translate%200.09;reports=1#sl=7,1 it seems that the module got no > > > PASS > > > report since May 2012, so probably it does not work anymore (the > > > reason why there are no FAIL reports at all is because of the > > > $VERSION > > > computation of the dependency Pod::Constants, which CPAN::Reporter > > > cannot handle).
> > > >
I tryed to fix issue, but it it difficult to support Babelfish. I have gived up. Please anyone to try...