Skip Menu |

This queue is for tickets about the YAML-Tiny CPAN distribution.

Report information
The Basics
Id: 89428
Status: resolved
Priority: 0/
Queue: YAML-Tiny

People
Owner: jkeenan [...] cpan.org
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Small grammatical corrections to POD
See attachment.
Subject: 0001-Small-grammar-corrections-to-documentation.patch
From c1c2d97860adbf54b4bf00451f3791f9d4d98bf7 Mon Sep 17 00:00:00 2001 From: jkeenan <jkeenan@cpan.org> Date: Sat, 12 Oct 2013 21:52:52 -0400 Subject: [PATCH] Small grammar corrections to documentation. --- lib/YAML/Tiny.pm | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/YAML/Tiny.pm b/lib/YAML/Tiny.pm index 185b0d5..ea8a0a1 100644 --- a/lib/YAML/Tiny.pm +++ b/lib/YAML/Tiny.pm @@ -1030,16 +1030,17 @@ B<Loading Failure Points> =for stopwords parsers -YAML Tiny parsers and emitters are not expected to recover from adapt to -errors. The specific error modality of any implementation is not dictated -(return codes, exceptions, etc) but is expected to be consistent. +YAML Tiny parsers and emitters are not expected to recover from, or +adapt to, errors. The specific error modality of any implementation is +not dictated (return codes, exceptions, etc.) but is expected to be +consistent. =head2 4. Syntax B<Character Set> YAML Tiny streams are implemented primarily using the ASCII character set, -although the use of Unicode inside strings is allowed if support by the +although the use of Unicode inside strings is allowed if supported by the implementation. Specific YAML Tiny encoded document types aiming for maximum compatibility @@ -1187,7 +1188,7 @@ That is, the following must be equivalent. B<Nodes> -Support for nodes optional anchor and tag properties are B<not> required. +Support for nodes optional anchor and tag properties is B<not> required. Support for node anchors is B<not> required. @@ -1201,7 +1202,7 @@ Support for block nodes is required. B<Scalar Styles> -Support for all five scalar styles are required as per the YAML +Support for all five scalar styles is required as per the YAML specification, although support for quoted scalars spanning more than one line is B<not> required. -- 1.5.6.5
On Sat Oct 12 21:59:36 2013, JKEENAN wrote: Show quoted text
> See attachment.
Applied to master: commit 2b261cefecaff5042d17a56c008063cd04e4e3dc Author: jkeenan <jkeenan@cpan.org> AuthorDate: Sat Oct 12 21:52:52 2013 -0400 Commit: James E Keenan <jkeenan@cpan.org> CommitDate: Mon Oct 21 21:08:08 2013 -0400 Small grammar corrections to documentation.