aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2015-01-06 20:56:32 +0100
committerTobias Leich <email@froggs.de>2015-01-06 20:56:32 +0100
commita8a88f141cdc2cc3a40b81ea8145f08d33bc3340 (patch)
tree74da5cd3a287436a224d692632b89d9f2f25a8c8
parent0e81d1c16d9d7004746fcae31500b5b4b9ce51f2 (diff)
unbreak hash initializer
-rw-r--r--tools/build/panda-state.p61
1 files changed, 1 insertions, 0 deletions
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',
;