[libhtml-element-library-perl] 05/06: Add 01-spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 19 23:32:32 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libhtml-element-library-perl.

commit ebe752561d305ae9fd8364c4618d8a60eb12fab5
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Jun 20 00:11:28 2016 +0100

    Add 01-spelling-error-in-manpage.patch
---
 debian/patches/01-spelling-error-in-manpage.patch | 25 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/01-spelling-error-in-manpage.patch b/debian/patches/01-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..016c8dd
--- /dev/null
+++ b/debian/patches/01-spelling-error-in-manpage.patch
@@ -0,0 +1,25 @@
+Description: Correct spelling errors (lintian)
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115466
+Last-Update: 2016-06-20
+---
+--- a/lib/HTML/Element/Library.pm
++++ b/lib/HTML/Element/Library.pm
+@@ -883,7 +883,7 @@
+   my %data = (people_id => 888, phone => '444-4444', password => 'dont-you-dare-render');
+ 
+ Then a single API call allows us to populate the HTML while excluding
+-those ones we dont:
++those ones we don't:
+ 
+   $tree->hashmap(smap => \%data, ['password']);
+ 
+@@ -1735,7 +1735,7 @@
+ A loltree is an arrayref consisting of arrayrefs which is used by C<<
+ new_from__lol >> in L<HTML::Element> to produce HTML trees. The CPAN
+ distro L<XML::Element::Tolol> creates such XML trees by parsing XML
+-files, analagous to L<XML::Toolkit>. The purpose of the functions in
++files, analogous to L<XML::Toolkit>. The purpose of the functions in
+ this section is to allow you manipulate a loltree programmatically.
+ 
+ These could not be methods because if you bless a loltree, then
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91842c8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling-error-in-manpage.patch

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



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