+Getopt::Long $VERSION requirement. master
authorlace <>
Thu, 1 Nov 2007 20:33:39 +0000 (20:33 +0000)
committerlace <>
Thu, 1 Nov 2007 20:33:39 +0000 (20:33 +0000)
 - Bugreported by Darxus.

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);