chiark / gitweb /
Document options differing from TOML module in DIFFERENCES section of POD
authorJeff Ober <jober@ziprecruiter.com>
Tue, 21 Jan 2020 17:28:39 +0000 (12:28 -0500)
committerJeff Ober <jober@ziprecruiter.com>
Tue, 21 Jan 2020 17:28:39 +0000 (12:28 -0500)
README.pod
lib/TOML/Tiny.pm

index b65a11d55ad2a73ef57bdec51dcf3f3755f3adfd..8032567191165c49da607110fb6ecb352a19d3b9 100644 (file)
@@ -195,6 +195,9 @@ the exception of permitting heterogenous arrays (illegal in v4 and v5, but
 permissible in the upcoming v6); optional enforcement of homogenous arrays is
 supported with C<strict_arrays>.
 
+C<TOML::Tiny> supports a number of options which do not exist in L<TOML>:
+L</inflate_integer>, L</inflate_float>, and L</strict_arrays>.
+
 C<TOML::Tiny> ignores invalid surrogate pairs within basic and multiline
 strings (L<TOML> may attempt to decode an invalid pair). Additionally, only
 those character escapes officially supported by TOML are interpreted as such by
index 7f3a4937023413be80c8d28dc92ccfe641e59f90..8025252781f9e5a89b3885915f8c21844dbd44c4 100644 (file)
@@ -252,6 +252,9 @@ the exception of permitting heterogenous arrays (illegal in v4 and v5, but
 permissible in the upcoming v6); optional enforcement of homogenous arrays is
 supported with C<strict_arrays>.
 
+C<TOML::Tiny> supports a number of options which do not exist in L<TOML>:
+L</inflate_integer>, L</inflate_float>, and L</strict_arrays>.
+
 C<TOML::Tiny> ignores invalid surrogate pairs within basic and multiline
 strings (L<TOML> may attempt to decode an invalid pair). Additionally, only
 those character escapes officially supported by TOML are interpreted as such by