chiark / gitweb /
Docs fixup
authorJeff Ober <jober@ziprecruiter.com>
Mon, 13 Jan 2020 19:48:24 +0000 (14:48 -0500)
committerJeff Ober <jober@ziprecruiter.com>
Mon, 13 Jan 2020 19:48:24 +0000 (14:48 -0500)
README.pod
lib/TOML/Tiny.pm

index d579295baacaecfa6a2c337f04287130a56e4dd5..4b1d15ad1583141488a870328a5d1d267d42caf5 100644 (file)
@@ -152,14 +152,10 @@ overriding the parser by setting C<$TOML::Parser>.
 
 =head1 DIFFERENCES FROM TOML AND TOML::Parser
 
-=over
-
-=item L<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
+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
index e8fa1140b87df2f9f9c54b1a086455cb7e539f3c..434b9c79b7ba4ea8ddb957f7c4ef3b0eb0ddb03f 100644 (file)
@@ -211,14 +211,10 @@ overriding the parser by setting C<$TOML::Parser>.
 
 =head1 DIFFERENCES FROM TOML AND TOML::Parser
 
-=over
-
-=item L<TOML> defaults to lax parsing and provides C<strict_mode> to (slightly)
+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