From cc27628007ceffcabce76e2675fcdb9e52c0f343 Mon Sep 17 00:00:00 2001 From: Jonathan Scott Duff Date: Tue, 6 Jan 2015 14:01:22 -0600 Subject: unbreak hash initializer better --- tools/build/panda-state.p6 | 3 +-- 1 file changed, 1 insertion(+), 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); -- cgit v1.1