From: Jeff Ober Date: Mon, 13 Jan 2020 19:46:54 +0000 (-0500) Subject: Add acknowledgements section to pod X-Git-Tag: nailing-cargo/1.0.0~234^2~44 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cb96b6dcacfec326f0aceb94c648ed0490715041;p=nailing-cargo.git Add acknowledgements section to pod --- diff --git a/README.pod b/README.pod index 4faa974..d579295 100644 --- a/README.pod +++ b/README.pod @@ -150,12 +150,22 @@ an array of mixed types if C was set. Alias for C to provide compatibility with C when overriding the parser by setting C<$TOML::Parser>. -=head1 DIFFERENCES FROM TOML AND TOML::Parser MODULES +=head1 DIFFERENCES FROM TOML AND TOML::Parser -L defaults to lax parsing and provides C to (slightly) +=over + +=item L defaults to lax parsing and provides C to (slightly) tighten things up. C defaults to strict parsing, with the exception of optionally setting C. +=back + +=head1 ACKNOWLEDGEMENTS + +Thanks to L for encouraging their +employees to contribute back to the open source ecosystem. Without their +dedication to quality software development this distribution would not exist. + =head1 AUTHOR Jeff Ober diff --git a/lib/TOML/Tiny.pm b/lib/TOML/Tiny.pm index 6be499b..e8fa114 100644 --- a/lib/TOML/Tiny.pm +++ b/lib/TOML/Tiny.pm @@ -209,8 +209,18 @@ Alias for C to provide compatibility with C when overriding the parser by setting C<$TOML::Parser>. -=head1 DIFFERENCES FROM TOML AND TOML::Parser MODULES +=head1 DIFFERENCES FROM TOML AND TOML::Parser -L defaults to lax parsing and provides C to (slightly) +=over + +=item L defaults to lax parsing and provides C to (slightly) tighten things up. C defaults to strict parsing, with the exception of optionally setting C. + +=back + +=head1 ACKNOWLEDGEMENTS + +Thanks to L for encouraging their +employees to contribute back to the open source ecosystem. Without their +dedication to quality software development this distribution would not exist.