[libmongodb-perl] 11/15: Add patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Sat Jun 21 23:13:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmongodb-perl.

commit 727a371aef2cbade6f0ddf7e4824497cba55f8d3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 22 00:51:41 2014 +0200

    Add patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e69de29..5299247 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..cd95335
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,17 @@
+Description: spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-22
+Fowarded: no, should go to https://jira.mongodb.org/browse/PERL
+
+--- a/lib/MongoDB/Examples.pod
++++ b/lib/MongoDB/Examples.pod
+@@ -342,7 +342,7 @@
+ The C<$unwind> stage of the aggregation query "peels off" elements of the courses
+ array one-by-one and places them in their own documents. After this phase completes,
+ there is a separate document for each (course, student) pair. The C<$project> stage
+-then throws out unecessary fields and keeps the ones we are interested in. It also
++then throws out unnecessary fields and keeps the ones we are interested in. It also
+ pulls the student ID field out of its subdocument and creates a top-level field
+ with the key C<student_id>. Last, we group by student ID, using C<$addToSet> in
+ order to add the unique courses for each student to the C<courses> array.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git



More information about the Pkg-perl-cvs-commits mailing list