Skip Menu |

This queue is for tickets about the App-TeleGramma CPAN distribution.

Report information
The Basics
Id: 121390
Status: resolved
Priority: 0/
Queue: App-TeleGramma

People
Owner: JUSTIN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: 0.08



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 App::TeleGramma::Plugin::Core::Fortune;' # at t/basic.t line 6. # Tried to use 'App::TeleGramma::Plugin::Core::Fortune'. # Error: "slurp" is not exported by the Mojo::Util module # Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042603/App-TeleGramma-0.07-0/blib/lib/App/TeleGramma/Plugin/Core/Fortune.pm line 10. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042603/App-TeleGramma-0.07-0/blib/lib/App/TeleGramma/Plugin/Core/Fortune.pm line 10. # Compilation failed in require at t/basic.t line 6. # BEGIN failed--compilation aborted at t/basic.t line 6. # Looks like you failed 1 test of 5. t/basic.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests # Failed test 'use App::TeleGramma::Plugin::Core::Thants;' # at t/plugins/core-thants.t line 6. # Tried to use 'App::TeleGramma::Plugin::Core::Thants'. # Error: "slurp" is not exported by the Mojo::Util module # Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042603/App-TeleGramma-0.07-0/blib/lib/App/TeleGramma/Plugin/Core/Thants.pm line 10. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042603/App-TeleGramma-0.07-0/blib/lib/App/TeleGramma/Plugin/Core/Thants.pm line 10. # Compilation failed in require at t/plugins/core-thants.t line 6. # BEGIN failed--compilation aborted at t/plugins/core-thants.t line 6. # Looks like you failed 1 test of 2. t/plugins/core-thants.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ... (etc.) ...
On Wed Apr 26 02:07:00 2017, SREZIC wrote: Show quoted text
> Mojolicious 7.31 removed a number of functions, causing the test suite > to fail:
Thanks for the report! I've updated to use the latest Mojolicious and migrated to Mojo::File in the relevant places. I've released those changes in 0.08. Cheers, Justin