From 9f2d148fef470943cac82d5cc36b41bcd0ef3cd6 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Sat, 2 Mar 2024 09:43:48 -0600 Subject: [PATCH] remove Getopt::Std --- snmp/nfs | 1 - 1 file changed, 1 deletion(-) diff --git a/snmp/nfs b/snmp/nfs index 93e88ce..1b0c4ac 100755 --- a/snmp/nfs +++ b/snmp/nfs @@ -26,7 +26,6 @@ use strict; use warnings; -use Getopt::Std; use Getopt::Long; use File::Slurp; use MIME::Base64;