aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Scott Duff <duff@pobox.com>2015-01-06 14:01:22 -0600
committerJonathan Scott Duff <duff@pobox.com>2015-01-06 14:02:15 -0600
commitcc27628007ceffcabce76e2675fcdb9e52c0f343 (patch)
treef300553ec0a321f168025a02627f352c57f211e1
parenta8a88f141cdc2cc3a40b81ea8145f08d33bc3340 (diff)
unbreak hash initializer better
-rw-r--r--tools/build/panda-state.p63
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/panda-state.p6 b/tools/build/panda-state.p6
index 5835f35..96716f9 100644
--- a/tools/build/panda-state.p6
+++ b/tools/build/panda-state.p6
@@ -15,9 +15,8 @@ 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',
-;
+Nil;
# Walk the submodules and put its project information in panda's state file.
my $fh = $state-file.IO.open(:w);