From 2e0b88839708c8cf78d62b19d47eb00f430af071 Mon Sep 17 00:00:00 2001 From: Daniel Asher Resnick Date: Sat, 15 Jul 2023 14:21:50 -0500 Subject: [PATCH] fix syntax error --- wiki-map.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki-map.pl b/wiki-map.pl index e17e752..c377e05 100644 --- a/wiki-map.pl +++ b/wiki-map.pl @@ -49,7 +49,7 @@ GetOptions 'regiondir=s' => \$regiondir ); -$api_url // croak "Base API URL is required! Use --api-url to set +$api_url // croak; "Base API URL is required! Use --api-url to set my $grid = HexGrid->new(defaults => { style => { 'stroke-width' => $border_width, stroke => $border_colour },