From 75c9f67f91a172956df8d7802fbb98178c9c32df Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 7 Sep 2013 00:21:31 +0100 Subject: [PATCH] fix missing Net::Telnet in sh/wm7d temporarily... --- cmd/show/wm7d.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/show/wm7d.pl b/cmd/show/wm7d.pl index 313fb0fe..949d47af 100644 --- a/cmd/show/wm7d.pl +++ b/cmd/show/wm7d.pl @@ -7,6 +7,7 @@ # # # +use Net::Telnet; # wm7d accepts only single callsign sub handle -- 2.34.1