Skip to content

configuration #4

Closed
Closed
@skaji

Description

@skaji

I think it is reasonable for install-cpm to have some options:

uses: perl-actions/install-cpm@v1.0
with:
  perl: /usr/local/bin/perl
  path: /usr/local/bin/cpm
  version: 0.991
  sudo: false

Here

  • perl Which perl to be used with cpm. If this is specified, rewrite the shebang in cpm.
  • path The install path of cpm. The default value would be $Config{installsitescript}/cpm.
  • version The version of cpm. Note that you can fetch cpm with a specific version by https://raw.githubusercontent.com/skaji/cpm/<version>/cpm url.
  • sudo Use sudo when locating cpm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions