Skip to content

Commit

Permalink
Revert "Change extension of tools/install-dist to .raku"
Browse files Browse the repository at this point in the history
This reverts commit 4ec31e2.
  • Loading branch information
lizmat committed Feb 13, 2020
1 parent 925e73d commit dd7b4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/install-dist.p6
Expand Up @@ -2,9 +2,9 @@

=begin pod
This script is for installing Raku. B<install-dist.raku> does the same module registration like the 'zef' tool.
This script is for installing Raku modules. B<install-dist.p6> does the same module registration like the 'zef' tool.
B<install-dist.raku> makes it easy to install a module system wide.
B<install-dist.p6> makes it easy to install a module system wide.
=head1 OPTIONS
Expand All @@ -22,7 +22,7 @@ If you specify a destination that does not exists then it will be created. The -
The command in the install session for packaging a Raku module could be done in the form:
install-dist.raku --to=<buildroot/...> --for=vendor
install-dist.p6 --to=<buildroot/...> --for=vendor
It is recommended to set the environment variable 'RAKUDO_RERESOLVE_DEPENDENCIES' by using the script:
Expand Down

0 comments on commit dd7b4ce

Please sign in to comment.