From f432ba55e8512a71ee699a28375649e027244bf4 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 1 Nov 2007 20:33:39 +0000 Subject: [PATCH] +Getopt::Long $VERSION requirement. - Bugreported by Darxus. --- tcpoverudp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpoverudp b/tcpoverudp index 8e66659..f9252bd 100755 --- a/tcpoverudp +++ b/tcpoverudp @@ -19,7 +19,7 @@ use strict; use warnings; -use Getopt::Long; +use Getopt::Long 2.35; # >=2.35 for: {,} require IO::Socket::INET; use Fcntl; use Carp qw(cluck confess); -- 1.8.3.1