Skip Menu |

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

Report information
The Basics
Id: 121396
Status: new
Priority: 0/
Queue: MojoX-Plugin-PODRenderer

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

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



Subject: "slurp" is not exported by the Mojo::Util module
Mojolicious 7.31 removed a number of functions, causing the test suite to fail: ... # Failed test 'use MojoX::Plugin::PODRenderer;' # at t/podrenderer.t line 10. # Tried to use 'MojoX::Plugin::PODRenderer'. # Error: "slurp" is not exported by the Mojo::Util module # Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042606/MojoX-Plugin-PODRenderer-0.01-0/blib/lib/MojoX/Plugin/PODRenderer.pm line 7. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042606/MojoX-Plugin-PODRenderer-0.01-0/blib/lib/MojoX/Plugin/PODRenderer.pm line 7. # Compilation failed in require at t/podrenderer.t line 10. # BEGIN failed--compilation aborted at t/podrenderer.t line 10. # Looks like you failed 1 test of 2. t/podrenderer.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ...