You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Mojolicious 7.31 removed a number of functions. This is causing test failures:
# Failed test 'use Mojolicious::Command::generate::qx_mojo_app;'
# at t/simple.t line 7.
# Tried to use 'Mojolicious::Command::generate::qx_mojo_app'.
# Error: "slurp" is not exported by the Mojo::Util module
# Can't continue after import errors at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Command-generate-qx_mojo_app-0.2.2-0/t/../lib/Mojolicious/Command/generate/qx_mojo_app.pm line 4.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042606/Mojolicious-Command-generate-qx_mojo_app-0.2.2-0/t/../lib/Mojolicious/Command/generate/qx_mojo_app.pm line 4.
# Compilation failed in require at t/simple.t line 7.
# BEGIN failed--compilation aborted at t/simple.t line 7.
# Looks like you failed 1 test of 1.
t/simple.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mojolicious 7.31 removed a number of functions. This is causing test failures:
The text was updated successfully, but these errors were encountered: