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$; _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
