Subject: | Bad version in example |
Hi,
the version used in simpleTFTPd.pl does not points to 0.06. I'll use
this patch for Debian packaging :
--- libnet-tftpd-perl-0.06.orig/simpleTFTPd.pl
+++ libnet-tftpd-perl-0.06/simpleTFTPd.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use strict;
-use Net::TFTPd 0.05 qw(%OPCODES);
+use Net::TFTPd qw(%OPCODES);
# change ROOTDIR to your TFTP root directory
my $rootdir = $ARGV[0];