From a5f2ff8fd11a887e44c8a8db0f9e14de652281a3 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 26 Nov 2012 19:45:55 +0100 Subject: [PATCH] unbreak bootstrap.pl --- bootstrap.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.pl b/bootstrap.pl index 7b0a761..d9412e5 100755 --- a/bootstrap.pl +++ b/bootstrap.pl @@ -1,5 +1,6 @@ #!/usr/bin/env perl6 use v6; +use lib 'ext/File__Tools/lib/'; use Shell::Command; say '==> Bootstrapping Panda';