The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.08 - 2014-02-26

  • fixed inverted logic in CheckFields / TruncateOK, prevented field lengths from being truncated
  • fixed error in CreateTicket causing CheckFields output to be returned instead of undef when CheckFields fails
  • fixed CheckFields date & time_of_day conversions to not die on NULL field values
  • adding this to the to-do list
    • CoalesceRecords -> add two records together, spit out complete record with updates
    • IntersectRecords -> take two records, spit out only the fields they have in common
    • SubtractRecords -> take two records, spit out only the fields that are different
    • CompareRecord -> take two records, compare them. spit out a 1 if they're the same 0 if they're different

Modules

a perl wrapper to the ARSperl project, providing a simplified object interface with field definition caching.