[libclass-ehierarchy-perl] 03/05: create patch to fix typo in manpage

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 16:55:40 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit f482d7d1c4456b31ea3888fdc855c2afb0fb184a
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 13:47:05 2016 -0300

    create patch to fix typo in manpage
---
 debian/patches/0001_fix-typo-in-manpage.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..8602780
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,26 @@
+Description: fix typo
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115733
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115733
+
+--- a/lib/Class/EHierarchy.pm
++++ b/lib/Class/EHierarchy.pm
+@@ -1149,7 +1149,7 @@ use constant CEH_NO_UNDEF => 512;
+ 
+     sub exists ($$$) {
+ 
+-        # Purpose:  checks the existance of a key in the property hash
++        # Purpose:  checks the existence of a key in the property hash
+         # Returns:  The return value of CORE::exists
+         # Usage:    $rv = $obj->exists($prop, $key);
+ 
+@@ -1921,7 +1921,7 @@ returns the return value from the B<shif
+ 
+     $rv = $obj->exists($prop, $key);
+ 
+-This method checks for the existance of the specified key in the hash
++This method checks for the existence of the specified key in the hash
+ property.  Calling this method on any non-hash property will cause the program
+ to croack.  It returns the return value from the B<exists> function.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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



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