From: lace <> Date: Thu, 1 Nov 2007 20:33:39 +0000 (+0000) Subject: +Getopt::Long $VERSION requirement. X-Git-Url: http://git.jankratochvil.net/?p=tcpoverudp.git;a=commitdiff_plain;h=f432ba55e8512a71ee699a28375649e027244bf4 +Getopt::Long $VERSION requirement. - Bugreported by Darxus. --- 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);