From: Ian Jackson Date: Thu, 28 Feb 2019 12:48:20 +0000 (+0000) Subject: do not export %adj X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=67d0515a15a58b83a9d01c877bb37562f03d2933;p=pandemic-rising-tide.git do not export %adj --- diff --git a/Parse.pm b/Parse.pm index c3ca96b..797de9f 100644 --- a/Parse.pm +++ b/Parse.pm @@ -8,7 +8,7 @@ use Graph; use Exporter; our @ISA = qw(Exporter); -our @EXPORT = qw(parse_input_graph o plag_prs %region %adj); +our @EXPORT = qw(parse_input_graph o plag_prs %region); our %region; # $region{NAME}{Colour}