The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Oracle::SQLLoader.

0.1  2004-09-01
  * First Release.

0.2  2004-09-03
  * tons more POD
  * replace $FLOAT type with $DECIMAL
  * renamed Oracle::SQLLoader::executeSqlldr to Oracle::SQLLoader::executeLoader
  * implemented trailing nullcols option
  * support column_length option to addColumn
  * get more stats - start/end times as epoch, cpu/elapsed seconds
  * removed parfile references

0.3  2004-09-06
  * win32 support
  * removed generate parfile
  * moved control file generation code to private variables
  * more pod formatting
  * added stats match for unusable indexes
  * added start/end epochs and cpu/elapsed time stats
  * fixed "length" instead of "width"
  * mandate username and password arguments if no $ENV{ORACLE_USERID}

0.4  2004-09-10
  * append sid to userid
  * check sqlldr exit code for success/warning/error
  * parse error messages (not discards) out of the load log and make them
    available with the rest of the stats
  * added warn vs error cases to delimited and fixed length tests
  * findProgram now returns any matched full path to executables

0.5  2005-02-15
  * Nick B. reported a problem with the findProgram() method, which didn't
    like being called in as an instance method. Changed utilities to be
    class or instance calls.
    https://rt.cpan.org/Ticket/Display.html?id=11461