This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdbd-xbase-perl.
commit dd372b26e3d86ecbc59448c263b9a66d1218c52d Author: gregor herrmann <[email protected]> Date: Sat Jan 21 18:27:19 2017 +0100 Add more fixes to pod_spelling.patch. --- debian/patches/pod_spelling.patch | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/patches/pod_spelling.patch b/debian/patches/pod_spelling.patch index f233391..cd54acd 100644 --- a/debian/patches/pod_spelling.patch +++ b/debian/patches/pod_spelling.patch @@ -4,7 +4,7 @@ Bug: https://rt.cpan.org/Public/Bug/Display.html?id=70613 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=70613 (though not this version) Author: Damyan Ivanov <[email protected]> Reviewed-by: gregor herrmann <[email protected]> -Last-Update: 2016-05-21 +Last-Update: 2017-01-21 --- a/lib/DBD/XBase.pm +++ b/lib/DBD/XBase.pm @@ -26,6 +26,15 @@ Last-Update: 2016-05-21 what is SQL92 compatible. Comment welcome. The select command may contain and order by clause. Only one column is +@@ -692,7 +692,7 @@ + + The C<where> condition is the same as for B<select>. Examples: + +- delete from jobs ## emties the table ++ delete from jobs ## empties the table + delete from jobs where companyid = "ISW" + delete from jobs where id < ? + --- a/lib/XBase.pm +++ b/lib/XBase.pm @@ -1052,7 +1052,7 @@ @@ -95,6 +104,15 @@ Last-Update: 2016-05-21 work with the file more naturaly (what is deleted should stay deleted). +@@ -58,7 +58,7 @@ + + Describe exactly, what you expect and what you get. Send me the file + (I understand attachments, uuencode, tar, gzip and zip) so that +-I can check what it going on and make B<XBase.pm> undestand your file. ++I can check what it going on and make B<XBase.pm> understand your file. + A small sample (three rows, or so) are generally enough but you can + send the whole file if it doesn't have megabytes. Please understand + @@ -116,7 +116,7 @@ =item Can I sue you if B<XBase.pm/DBD::XBase> corrupts my data? -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-xbase-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
