This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libyaml-libyaml-perl.
commit 5eb31ec3d8488f3e07c685d8d5788d3f0c392fee Author: Damyan Ivanov <[email protected]> Date: Sun Jan 21 22:19:16 2018 +0000 add pod-spellint.patch, fixing an "allows to" phrasing --- debian/patches/pod-spelling.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch new file mode 100644 index 0000000..f320e68 --- /dev/null +++ b/debian/patches/pod-spelling.patch @@ -0,0 +1,16 @@ +Description: POD spelling + "allows to" is not a valid construct. "allows surviving" is, but sounded a bit + weird to me, so my proposal is to remove 'allows to'. +Author: Damyan Ivanov <[email protected]> + +--- a/lib/YAML/XS.pod ++++ b/lib/YAML/XS.pod +@@ -91,7 +91,7 @@ With that it's possible to add new "real + # boolfalse: false + # booltrue: true + +-It also allows to let booleans survive when loading YAML via YAML::XS and ++It also lets booleans survive when loading YAML via YAML::XS and + encode it in JSON via one of the various JSON encoders, which mostly support + JSON::PP booleans. + diff --git a/debian/patches/series b/debian/patches/series index fd549c9..f3a01e3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ disable-update.sh.patch system-libyaml.patch +pod-spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
