2016-08-16 60 views

回答

2

我忘了,我發現this代碼去除通過熊貓裝的東西,但它工作得。代碼

#!/usr/bin/env perl6 
use v6.c; 

sub MAIN($short-name, :$ver = True, :$auth = True, :$api = True) { 
    my $comp-unit = $*REPO.resolve(CompUnit::DependencySpecification.new(:$short-name, :$ver, :$auth, :$api)); 
    $comp-unit.repo.uninstall($comp-unit.distribution); 
} 
+0

源[此要點](https://gist.github.com/niner/b39258032f70c083e57b)由誰執行Rakudo的預編譯系統 – Christoph

+0

肯定的,只是爲了強調它的人不是我,這是那個傢伙。我不是刀抽屜裏最尖銳的餅乾。 – clearairturbulence