From a8a88f141cdc2cc3a40b81ea8145f08d33bc3340 Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Tue, 6 Jan 2015 20:56:32 +0100 Subject: unbreak hash initializer --- tools/build/panda-state.p6 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/panda-state.p6 b/tools/build/panda-state.p6 index 73548c3..5835f35 100644 --- a/tools/build/panda-state.p6 +++ b/tools/build/panda-state.p6 @@ -15,6 +15,7 @@ my $projects = from-json $projects-file.IO.slurp; # In case we ship a project that is just a fork of a project listed in the ecosystem, add # the mapping here. my %ex = + '' => '', # please leave that line untouched # 'git://github.com/FROGGS/perl6-digest-md5' => 'git://github.com/cosimo/perl6-digest-md5', ; -- cgit v1.1