[libtest-aggregate-perl] 07/08: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Fri Jul 22 14:34:00 UTC 2016


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

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

commit a4bf5fb11012f499caf9eef0275f50cc527a0b9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 22 16:30:42 2016 +0200

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

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ 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..4245303
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-07-22
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116399
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116399
+
+--- a/lib/Test/Aggregate.pm
++++ b/lib/Test/Aggregate.pm
+@@ -141,7 +141,7 @@
+ =item * C<dirs> (either this or C<tests> is mandatory)
+ 
+ The directories to look in for the aggregated tests.  This may be a scalar
+-value of a single directory or an array refernce of multiple directories.
++value of a single directory or an array reference of multiple directories.
+ 
+ =item * C<tests> (either this or C<dirs> is mandatory)
+ 

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



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