in reply to Can't locate module added via APT

You installed HTML::WikiConverter::Markdown, but you said use HTML::WikiConverter;

Either load the module you installed, or install the module you are trying to load.

Replies are listed 'Best First'.
Re^2: Can't locate module added via APT
by ikegami (Patriarch) on Oct 23, 2017 at 04:16 UTC

    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.

      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