Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746.

This commit is contained in:
Colin Kuskie 2010-09-13 07:52:14 -07:00
parent ad461d5ba3
commit f17623624e
4 changed files with 8 additions and 1 deletions

View file

@ -144,6 +144,7 @@ checkModule("Cache::FastMmap", "1.35" );
checkModule("CHI", "0.34" );
checkModule('IO::Socket::SSL', );
checkModule('Net::Twitter', "3.13006" );
checkModule('PerlIO::eol', "0.14" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;