App::Prove::Plugin::andoc
Select pandoc executable for tests
- Provided by: libpandoc-wrapper-perl (Version: 0.9.0-1)
- Report a bug
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".