chiark / gitweb /
TOML::Tiny::Faithful: Use ISO8601 for parsing
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 4 May 2020 18:09:43 +0000 (19:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 May 2020 00:18:28 +0000 (01:18 +0100)
commit4393e008256f66589abbc8cfe7573703d83384ae
treecec0e9d6b44d246f91144ab229054d2b60d23380
parentf4110adc48067c3be4d5a389f4c8a92ba09c9395
TOML::Tiny::Faithful: Use ISO8601 for parsing

ISO8601 is strictly more relaxed.  It preserves all the information we
need.  Our regexps have defended us from bad data already so relaxed
is fine.
lib/TOML/Tiny/Faithful.pm