From cb96b6dcacfec326f0aceb94c648ed0490715041 Mon Sep 17 00:00:00 2001 From: Jeff Ober Date: Mon, 13 Jan 2020 14:46:54 -0500 Subject: [PATCH] Add acknowledgements section to pod --- README.pod | 14 ++++++++++++-- lib/TOML/Tiny.pm | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) 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. -- 2.30.2