+Getopt::Long $VERSION requirement.
[tcpoverudp.git] / tcpoverudp
index 8e66659..f9252bd 100755 (executable)
@@ -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);