SVN: toys/rsget.pl/RSGet/FileList.pm
sparky
sparky at pld-linux.org
Thu Jul 8 12:59:25 CEST 2010
Author: sparky
Date: Thu Jul 8 12:59:25 2010
New Revision: 11640
Modified:
toys/rsget.pl/RSGet/FileList.pm
Log:
- use IO::Handle - problem appeared only if one didn't use http server
Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm (original)
+++ toys/rsget.pl/RSGet/FileList.pm Thu Jul 8 12:59:25 2010
@@ -9,6 +9,7 @@
use warnings;
use URI::Escape;
use Fcntl qw(:DEFAULT :flock SEEK_SET);
+use IO::Handle;
use RSGet::Tools;
set_rev qq$Id$;
More information about the pld-cvs-commit
mailing list