The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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