[libtest-if-perl] 06/06: Add patch to fix spelling error

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 13 17:09:44 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-if-perl.

commit 7bf649f8d4ea8a25a721f4f20b86c9daf7966715
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Aug 13 14:03:36 2015 -0300

    Add patch to fix spelling error
---
 debian/patches/fix_typo_in_manpage.patch | 17 +++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix_typo_in_manpage.patch b/debian/patches/fix_typo_in_manpage.patch
new file mode 100644
index 0000000..e694bc0
--- /dev/null
+++ b/debian/patches/fix_typo_in_manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-08-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106422
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106422
+
+--- a/lib/Test/If.pm
++++ b/lib/Test/If.pm
+@@ -40,7 +40,7 @@ Generic usage
+     $ENV{TEST_AUTHOR} or plan skip_all => "Test condition not met";
+     plan tests => N;
+ 
+-You can also combine options and it is allowed to omit plan options, if it is runned by loaded module or you want to load it manually
++You can also combine options and it is allowed to omit plan options, if it is ran by loaded module or you want to load it manually
+ 
+ For example common C<pod-coverage.t>:
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5afb18e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_typo_in_manpage.patch

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



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