logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

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

perl v5.38.2                                       2024-08-03                     App::Prove::Plugin::andoc(3pm)

Synopsis

         # specify executable
         prove -Pandoc=bin/pandoc-2.1.2 ...

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

See Also