chiark / gitweb /
Add acknowledgements section to pod
authorJeff Ober <jober@ziprecruiter.com>
Mon, 13 Jan 2020 19:46:54 +0000 (14:46 -0500)
committerJeff Ober <jober@ziprecruiter.com>
Mon, 13 Jan 2020 19:46:54 +0000 (14:46 -0500)
README.pod
lib/TOML/Tiny.pm

index 4faa974a2c9127c01837b588d843d9e1c5d73d83..d579295baacaecfa6a2c337f04287130a56e4dd5 100644 (file)
@@ -150,12 +150,22 @@ an array of mixed types if C<strict_arrays> was set.
 Alias for C<encode> to provide compatibility with C<TOML::Parser> 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<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
+=over
+
+=item L<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
 tighten things up. C<TOML::Tiny> defaults to strict parsing, with the exception
 of optionally setting C<strict_arrays>.
 
+=back
+
+=head1 ACKNOWLEDGEMENTS
+
+Thanks to L<ZipRecruiter|https://www.ziprecruiter.com> 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 <sysread@fastmail.fm>
index 6be499be1ac155c7405924fbabaabb61c7c259ac..e8fa1140b87df2f9f9c54b1a086455cb7e539f3c 100644 (file)
@@ -209,8 +209,18 @@ Alias for C<encode> to provide compatibility with C<TOML::Parser> 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<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
+=over
+
+=item L<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
 tighten things up. C<TOML::Tiny> defaults to strict parsing, with the exception
 of optionally setting C<strict_arrays>.
+
+=back
+
+=head1 ACKNOWLEDGEMENTS
+
+Thanks to L<ZipRecruiter|https://www.ziprecruiter.com> for encouraging their
+employees to contribute back to the open source ecosystem. Without their
+dedication to quality software development this distribution would not exist.