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

Changes for version 1.0.3 - 2016-09-17

  • t/06-exdoc.t: sets TZ to UTC to solve an issue with tz (credits: SREZIC@cpan.org). Also skips the test under Windows (TZ update is ignored and tzset (POSIX module) is not implemented on strawberry.
  • t/10-prepost.t: t/05-croak.t: uses like() instead of intermediate variable that'd make test result not visible in fail report.
  • lib/Text/AutoCSV.pm: uses homemaid _get_def() instead of // constructs to preserve compatibility with old perls (credits: SREZIC@cpan.org).
  • lib/Text/AutoCSV.pm: fixes a bug where an unknown field would produce a useless (and not understandable) warning before displaying error message or sometimes silently continuing with uninitialized values
  • lib/Text/AutoCSV.pm: add join() method, that takes all fields of target and avoids chaining numerous field_add_link() when all fields of remote are wanted.
  • t/11-bugfix.t: adds tests to ensure bugfix non-regression

Modules

helper module to automate the use of Text::CSV