Subject: | Undeclared dependency Text::Markdown |
The test suite fails without Text::Markdown:
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Can't locate Text/Markdown.pm in @INC (you may need to install the Text::Markdown module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2019122521/Kwiki-Markdown-0.01-12/blib/lib/Kwiki/Markdown.pm line 3.
BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019122521/Kwiki-Markdown-0.01-12/blib/lib/Kwiki/Markdown.pm line 3.
Compilation failed in require at t/lib/KwikiMarkdownTest.pm line 4.
BEGIN failed--compilation aborted at t/lib/KwikiMarkdownTest.pm line 4.
Compilation failed in require at t/00.markdown.t line 4.
BEGIN failed--compilation aborted at t/00.markdown.t line 4.
t/00.markdown.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc) ...