DOKK / manpages / debian 12 / libpandoc-wrapper-perl / App::Prove::Plugin::andoc.3pm.en
App::Prove::Plugin::andoc(3pm) User Contributed Perl Documentation App::Prove::Plugin::andoc(3pm)

App::Prove::Plugin::andoc - Select pandoc executable for tests

  # specify executable
  prove -Pandoc=bin/pandoc-2.1.2 ...
  # specify executable in ~/.pandoc/bin by version
  prove -Pandoc=2.1.2 ...

This plugin to prove modifies PATH to use a selected pandoc executable before running tests. See Pandoc::Release to download pandoc executables.

Pandoc executable with package Pandoc can be specified by constructor or with environment variable "PANDOC_PATH".

2023-01-06 perl v5.36.0