Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Remove errant files from scripts directory.
- Minor change to see if extra newlines in META6.json can be removed.
  • Loading branch information
Xliff committed Jul 15, 2019
1 parent 39830d9 commit 5b384b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3,630 deletions.
3 changes: 0 additions & 3 deletions META6.json
Expand Up @@ -569,6 +569,3 @@
"support": { "source": null },
"authors": [ "clifton.wood@gmail.com" ]
}



8 changes: 4 additions & 4 deletions scripts/dependencies.pl6
Expand Up @@ -158,7 +158,7 @@ sub MAIN (
$meta ~~ s/ '"provides": ' '{' ~ '}' <-[\}]>+ /"provides": \{\n{$table}\n }/;
$extra.IO.rename("{ $extra }.bak");
my $fh = $extra.IO.open(:w);
$fh.say: $meta;
$fh.printf: $meta;
$fh.close;

say 'New provides section written to META6.json.';
Expand All @@ -167,7 +167,7 @@ sub MAIN (
}
}

my $fh = $dep_file.open( :w );
$fh.put;
$fh.close;
# my $fh = $dep_file.open( :w );
# $fh.put;
# $fh.close;
}

0 comments on commit 5b384b0

Please sign in to comment.