-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make
perlbrew installl
able to accept an URL to skaji/relocatable-p…
…erl tarball. It should be able to accept URLs found on this page: https://github.com/skaji/relocatable-perl/releases For example: perlbrew install https://github.com/skaji/relocatable-perl/releases/download/5.40.0.0/perl-linux-amd64.tar.gz Or, with `--as` parameter: perlbrew install https://github.com/skaji/relocatable-perl/releases/download/5.40.0.0/perl-linux-amd64.tar.gz --as perl-5.40 Currently this only download + extract the tarball, then move its content to the installation dir, without checking whether os/arch actually matches current environment.
- Loading branch information
Showing
1 changed file
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters