Skip Menu |

This queue is for tickets about the MojoX-Run CPAN distribution.

Report information
The Basics
Id: 82104
Status: new
Priority: 0/
Queue: MojoX-Run

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

Bug Information
Severity: Critical
Broken in: 0.15
Fixed in: (no value)



Subject: Install fails: Can't locate object method "connect"
Module fails to install. Looks like 'connect' method is no longer provided by Mojo::IOLoop. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ................. 1/1 # Testing MojoX::Run 0.15, Perl 5.014002, /usr/bin/perl t/00-load.t ................. ok t/manifest.t ................ skipped: Author tests not required for installation t/mojox-run-long-running.t .. Can't locate object method "connect" via package "Mojo::IOLoop" at /home/mike/.cpan/build/MojoX-Run-0.15-J1a0tN/blib/lib/MojoX/Run.pm line 880. # Looks like your test exited with 29 before it could output anything. t/mojox-run-long-running.t .. Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 2/2 subtests t/mojox-run-max-limit.t ..... Can't locate object method "connect" via package "Mojo::IOLoop" at /home/mike/.cpan/build/MojoX-Run-0.15-J1a0tN/blib/lib/MojoX/Run.pm line 880. # Looks like your test exited with 29 before it could output anything. t/mojox-run-max-limit.t ..... Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 3/3 subtests t/mojox-run-perlsub.t ....... Can't locate object method "connect" via package "Mojo::IOLoop" at /home/mike/.cpan/build/MojoX-Run-0.15-J1a0tN/blib/lib/MojoX/Run.pm line 880. # Looks like your test exited with 29 before it could output anything. t/mojox-run-perlsub.t ....... Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 6/6 subtests t/mojox-run-singleton.t ..... ok t/mojox-run-sleep.t ......... Can't locate object method "connect" via package "Mojo::IOLoop" at /home/mike/.cpan/build/MojoX-Run-0.15-J1a0tN/blib/lib/MojoX/Run.pm line 880. # Looks like your test exited with 29 before it could output anything. t/mojox-run-sleep.t ......... Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 4/4 subtests t/mojox-run-stdin-close.t ... Can't locate object method "connect" via package "Mojo::IOLoop" at /home/mike/.cpan/build/MojoX-Run-0.15-J1a0tN/blib/lib/MojoX/Run.pm line 880. # Looks like your test exited with 29 before it could output anything. t/mojox-run-stdin-close.t ... Dubious, test returned 29 (wstat 7424, 0x1d00) Failed 2/2 subtests t/pod.t ..................... skipped: Test::Pod 1.22 required for testing POD