From e36cb4626d78c2ac85eff5b7ee1ea39398264ca6 Mon Sep 17 00:00:00 2001 From: Makotogew Date: Tue, 10 Dec 2024 13:27:57 +0700 Subject: [PATCH] Update cna-assignment-info-to-json.pl --- tools/cna-assignment-info-to-json.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cna-assignment-info-to-json.pl b/tools/cna-assignment-info-to-json.pl index 0960bf7370..7c717da70f 100755 --- a/tools/cna-assignment-info-to-json.pl +++ b/tools/cna-assignment-info-to-json.pl @@ -7,7 +7,7 @@ ###################################################################### use strict; -use Getopt::Long; +use Getopt::Long; use JSON::XS; use Text::CSV_XS;