Skip to content

cannot be used in .proverc #1

Description

@XSven

The SYNOPSIS of this module shows how this module can be used on the command line. This is not sufficient, if such an environmental setup is need for a set of unit tests for a module under development. In such a case such a line

-PSetEnv=TZ=UTC,PATH="./bin:$PATH"

has to be persisted in a .proverc file. Unfortunately $PATH is not recolved anymore because the context is no longer a command line shell but the App::Prove perl module itself. Even

-PSetEnv=TZ=UTC,PATH="./bin:$ENV{PATH}"

does not help.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions