[SCM] branch, master, updated. debian/0.44-2-12-g03ed5c3
gregor herrmann
gregoa at debian.org
Fri Sep 23 20:50:36 UTC 2011
The following commit has been merged in the master branch:
commit 03ed5c34969afcd1032a439d514e11f36e0d096d
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Sep 23 22:43:59 2011 +0200
Add a patch to fix a spelling mistake.
diff --git a/debian/patches/series b/debian/patches/series
index 9fd7c6c..02aa422 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
5.14-ccflags.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..db136de
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,20 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=71195
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71195
+Author: gregor herrmann <gregoa at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-09-23
+Applied-Upstream: *** FIXME ***
+
+--- a/lib/MongoDB/Collection.pm
++++ b/lib/MongoDB/Collection.pm
+@@ -454,7 +454,7 @@
+ $collection->ensure_index({"foo" => 1, "bar" => -1}, { unique => true });
+
+ Makes sure the given C<$keys> of this collection are indexed. C<$keys> can be an
+-array reference, hash reference, or C<Tie::IxHash>. C<Tie::IxHash> is prefered
++array reference, hash reference, or C<Tie::IxHash>. C<Tie::IxHash> is preferred
+ for multi-key indexes, so that the keys are in the correct order. 1 creates an
+ ascending index, -1 creates a descending index.
+
--
More information about the Pkg-perl-cvs-commits
mailing list