Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't locate CGI/Util.pm in @INC #2

Open
eserte opened this issue Apr 17, 2022 · 0 comments
Open

Can't locate CGI/Util.pm in @INC #2

eserte opened this issue Apr 17, 2022 · 0 comments

Comments

@eserte
Copy link

eserte commented Apr 17, 2022

The test suite fails if CGI::Util is not installed --- probably that module has to be declared as a prereq:

#   Failed test 'use WikiText::HTML::Emitter;'
#   at t/000-compile-modules.t line 9.
#     Tried to use 'WikiText::HTML::Emitter'.
#     Error:  Can't locate CGI/Util.pm in @INC (you may need to install the CGI::Util module) ...
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2022041711/WikiText-0.19-2/blib/lib/WikiText/HTML/Emitter.pm line 6.
# Compilation failed in require at t/000-compile-modules.t line 9.
# BEGIN failed--compilation aborted at t/000-compile-modules.t line 9.
# Looks like you failed 1 test of 9.
t/000-compile-modules.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests 
...
Can't locate CGI/Util.pm in @INC (you may need to install the CGI::Util module) (@INC contains: ...
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2022041711/WikiText-0.19-2/blib/lib/WikiText/HTML/Emitter.pm line 6.
Compilation failed in require at (eval 30) line 1.
	...propagated at t/TestWikiText.pm line 10.
# Looks like your test exited with 2 before it could output anything.
t/sample_to_html.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant