[libtest-xml-perl] 06/07: add a patch fixing two spelling mistakes in POD

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jun 8 11:53:22 UTC 2015


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

dmn pushed a commit to branch master
in repository libtest-xml-perl.

commit be30c0f6c18197a55b313e70e5ed35076fb32db2
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jun 8 11:50:53 2015 +0000

    add a patch fixing two spelling mistakes in POD
---
 debian/patches/pod-spelling.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..fe5f4ce
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,28 @@
+Description: Two spelling mistakes in POD
+ similiar -> similar
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105089
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105089
+
+--- a/lib/Test/XML.pm
++++ b/lib/Test/XML.pm
+@@ -140,7 +140,7 @@ Returns true or false, depending upon te
+ 
+ =item isnt_xml( GOT, MUST_NOT_BE [, TESTNAME ] )
+ 
+-This function is similiar to is_xml(), except that it will fail if GOT
++This function is similar to is_xml(), except that it will fail if GOT
+ and MUST_NOT_BE are identical.
+ 
+ =item is_well_formed_xml( XML [, TESTNAME ] )
+--- a/lib/Test/XML/Twig.pm
++++ b/lib/Test/XML/Twig.pm
+@@ -146,7 +146,7 @@ Returns true / false depending upon test
+ 
+ =item test_twig_handlers ( ARGS, INPUT, EXPECTED, TESTNAME )
+ 
+-This is similiar to test_twig_handler(), but with more flexibility.  The
++This is similar to test_twig_handler(), but with more flexibility.  The
+ first argument, ARGS, is a hash reference which can be used to specify
+ any of the ordinary parameters to twig's constructor.  This lets you
+ test things like I<start_tag_handlers>, as well as multiple
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

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



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