From 2a4183659e70fec3d4d63cfbe48b9aed387adbdf Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 31 Oct 2019 02:14:41 +0100 Subject: Update zef command for installing bundled modules --- tools/build/module-install.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/module-install.pl b/tools/build/module-install.pl index bba3234..0bd4cee 100644 --- a/tools/build/module-install.pl +++ b/tools/build/module-install.pl @@ -14,8 +14,6 @@ while (<>) { next if /^\s*(#|$)/; my ($module) = /(\S+)/; $exit ||= system $perl6bin, $zefbin, - '--/build-depends', '--/test-depends', '--/depends', - '--/p6c', '--/metacpan', '--/cpan', '--force', '--/test', 'install', "./modules$path_sep$module"; } -- cgit v1.1