1.0.5 2016-09-20 Sébastien Millet <milletseb@laposte.net>
* t/10-prepost.t: stop using $+ hash for named regew captures!
also workaround print out of date with different results
depending on system ('avr.' versus 'avr' for April...)
* t/03-enc.t: avoid fallback from UTF16 to other encoding that seem not
work on many OSes (not an issue as this feature is declared
experimental in the POD).
1.0.4 2016-09-19 Sébastien Millet <milletseb@laposte.net>
* t/06-exdoc.t: stop using $+ hash for named regex captures (not
compatible with some old perl versions)
* lib/Text/AutoCSV.pm: re-open the input to detect dates - apparently the
seek instruction is not stable depending on OS and
perl version.
1.0.3 2016-09-17 Sébastien Millet <milletseb@laposte.net>
* 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
1.0.2 2016-09-16 Sébastien Millet <milletseb@laposte.net>
* t/06-exdoc.t: don't use epoch() and from_epoch() of DateTime, use
Time::Local functions instead.
=> add Time::Local to module Prereqs
* lib/Text/AutoCSV.pm: fixes a bug in Windows that caused t/03-enc.t to
fail.
* t/10-prepost.t: updated printout of certain tests to have more details
about failed tests.
1.0.1 2016-09-16 Sébastien Millet <milletseb@laposte.net>
* Ticket 117845 on rt.cpan.org:
t/10-prepost.t: skips tests that need DateTime::Format::Epoch::JD
if not available.
lib/Text/AutoCSV.pm: improves and fixes in_map and out_map call chain
arguments.
lib/Text/AutoCSV.pm: improves object status management in case of croak.
before: a croak intercepted by an eval would result
in a not-well-defined status - now, object resets
itself and manages correctly files closes and
one_pass attribute.
lib/Text/AutoCSV.pm: changes the way escape character is detected to
avoid a bug sometimes seen on some smokers.
* lib/Text/AutoCSV.pm: adds attribute dates_formats_to_try_supp, to add
(instead of replacing) formats to the default list.
* lib/Text/AutoCSV.pm: adds format '%Y%m%d%H%M%S' to default datetime
format list.
* utils/csvcopy.pl: add options --dates and --dates_formats_supp.
1.0 2016-09-14 Sébastien Millet <milletseb@laposte.net>
* Initial build with Dist::Zilla
* Initial release