[libdbi-perl] 09/10: Add a new spelling.patch.

gregor herrmann gregoa at debian.org
Fri Apr 29 11:21:09 UTC 2016


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

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

commit 034c40c834d95f05e8ff3f210c0c44b31e1532ee
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Apr 29 13:16:55 2016 +0200

    Add a new spelling.patch.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e49c8af..3a41634 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 t__06attrs.t__localefix.patch
 t__40profile.t__NTP.patch
 t__80proxy.t___syslogd.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..7235a55
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-04-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114066
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114066
+
+--- a/DBI.pm
++++ b/DBI.pm
+@@ -7876,7 +7876,7 @@
+         $self->{_buf} .= shift;
+     #
+     # DBI feeds us pieces at a time, so accumulate a complete line
+-    # before outputing
++    # before outputting
+     #
+         print $fh "At ", scalar localtime(), ':', $self->{_buf}, "\n" and
+         $self->{_buf} = ''
+--- a/lib/DBD/Gofer/Policy/Base.pm
++++ b/lib/DBD/Gofer/Policy/Base.pm
+@@ -140,7 +140,7 @@
+ In many cases individual policy items can be overridden on a case-by-case basis
+ within your application code. You do this by passing a corresponding
+ C<<go_<policy_name>>> attribute into DBI methods by your application code.
+-This let's you fine-tune the behaviour for special cases.
++This lets you fine-tune the behaviour for special cases.
+ 
+ The policy items are implemented as methods. In many cases the methods are
+ passed parameters relating to the DBD::Gofer code being executed. This means

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



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