From 33abfc32df3a9b90d9aae4bdb325d3b6377f443b Mon Sep 17 00:00:00 2001 From: Jeff Ober Date: Mon, 13 Jan 2020 14:48:24 -0500 Subject: [PATCH] Docs fixup --- README.pod | 6 +----- lib/TOML/Tiny.pm | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.pod b/README.pod index d579295..4b1d15a 100644 --- a/README.pod +++ b/README.pod @@ -152,14 +152,10 @@ overriding the parser by setting C<$TOML::Parser>. =head1 DIFFERENCES FROM TOML AND TOML::Parser -=over - -=item L defaults to lax parsing and provides C to (slightly) +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 diff --git a/lib/TOML/Tiny.pm b/lib/TOML/Tiny.pm index e8fa114..434b9c7 100644 --- a/lib/TOML/Tiny.pm +++ b/lib/TOML/Tiny.pm @@ -211,14 +211,10 @@ overriding the parser by setting C<$TOML::Parser>. =head1 DIFFERENCES FROM TOML AND TOML::Parser -=over - -=item L defaults to lax parsing and provides C to (slightly) +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 -- 2.30.2