in reply to Re: Can't locate module added via APT
in thread Can't locate module added via APT

Ah, HTML::WikiConverter::Markdown extends HTML::WikiConverter. So it's the latter: Install the module you are trying to use, HTML::WikiConverter.

HTML::WikiConverter is listed as a dependency of HTML::WikiConverter::Markdown, so it should have been installed. But whoever made the `apt` package screwed up.

  • Comment on Re^2: Can't locate module added via APT

Replies are listed 'Best First'.
Is there a safe work-around?
by mldvx4 (Hermit) on Oct 23, 2017 at 06:38 UTC

    Thanks. It may take a long time to get upsteam to fix it. Is there a safe way to do a work-around?

    Edit: I found the package. All set!

      Hello,

      Open a bug on Debian Bug Tracker System asking about add the dependency with libhtml-wikiconverter-perl, so no other people fail on this issue in the future

      Thank you