Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 2, 2018 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/5bda741414b36279a2552a0a7a741ebd to your computer and use it in GitHub Desktop.
Save Whateverable/5bda741414b36279a2552a0a7a741ebd to your computer and use it in GitHub Desktop.
greppable6
install-dist
File Code
ugexe/Perl6-Distribution--Common
…/install-perl6-distribution.pl6 :6:
install-dist( Distribution::Common::Git.new($path.IO), :$force )
ugexe/Perl6-Distribution--Common
…/install-perl6-distribution.pl6 :10:
install-dist( Distribution::Common::Tar.new($path.IO), :$force )
ugexe/Perl6-Distribution--Common
…/install-perl6-distribution.pl6 :14:
install-dist( Distribution::Common::Directory.new($path.IO), :$force )
ugexe/Perl6-Distribution--Common
…/install-perl6-distribution.pl6 :17:
sub install-dist(Distribution::Common $dist, Bool :$force) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment