[libmoo-perl] 06/07: Create patch to fix typo in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Mar 29 00:39:06 UTC 2016


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

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

commit 79f653969bfca2f90e7794361519f5dfdce40fd2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 28 21:22:04 2016 -0300

    Create patch to fix typo in manpage
---
 debian/changelog              |  1 +
 debian/patches/fix-typo.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1a04426..7b2a80c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libmoo-perl (2.001001-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.7
   * debian/control: remove build dependency on libtest-simple-perl >= 0.94, it
     is already satisfied
+  * Create patch to fix typo in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 28 Mar 2016 20:55:33 -0300
 
diff --git a/debian/patches/fix-typo.patch b/debian/patches/fix-typo.patch
new file mode 100644
index 0000000..4d36d78
--- /dev/null
+++ b/debian/patches/fix-typo.patch
@@ -0,0 +1,26 @@
+Description: fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-28
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113416
+Bug: https://rt.cpan.org/Ticket/Display.html?id=113416
+
+--- a/lib/Sub/Defer.pm
++++ b/lib/Sub/Defer.pm
+@@ -135,7 +135,7 @@ Exported by default.
+ 
+  undefer_all();
+ 
+-This will undefer all defered subs in one go.  This can be very useful in a
++This will undefer all deferred subs in one go.  This can be very useful in a
+ forking environment where child processes would each have to undefer the same
+ subs.  By calling this just before you start forking children you can undefer
+ all currently deferred subs in the parent so that the children do not have to
+@@ -149,7 +149,7 @@ Exported by default.
+ 
+   undefer_package($package);
+ 
+-This undefers all defered subs in a package.
++This undefers all deferred subs in a package.
+ 
+ Not exported by default.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60dbe30
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo.patch

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



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