[libtext-micromason-perl] 09/10: Create patch to fix POD syntax

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat May 21 21:34:39 UTC 2016


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

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

commit 656f633fcf510cd348ef041691fd57a1d2b3bfb7
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat May 21 18:27:40 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index d339f5a..b9b5171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libtext-micromason-perl (2.18-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.8
   * debian/NEWS: fix typo
   * Create patch to fix typo in manpage
+  * Create patch to fix POD syntax
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 21 May 2016 17:06:07 -0300
 
diff --git a/debian/patches/0002_fix-manpage-syntax.patch b/debian/patches/0002_fix-manpage-syntax.patch
new file mode 100644
index 0000000..f4ddd3a
--- /dev/null
+++ b/debian/patches/0002_fix-manpage-syntax.patch
@@ -0,0 +1,26 @@
+Description: Fix pod syntax, this breaks pod2man
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-05-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114561
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114561
+
+--- a/lib/Text/MicroMason/Filters.pm
++++ b/lib/Text/MicroMason/Filters.pm
+@@ -221,6 +221,8 @@ Optional comma-separated string of filte
+ 
+ =back
+ 
++=over 4
++
+ =item default_policy
+ 
+ Optional. Valid values are "combine" and "override"; default is "combine".  This attribute specifies what happens when both default_filters and inline filters are provided.  
+@@ -229,6 +231,8 @@ If C<default_policy> is "combine" (the d
+ 
+ "combine" is the default for backwards compatibility purposes, but new uses of the module probably want to use "override" instead.
+ 
++=back
++
+ =head2 Private Methods
+ 
+ =over 4
diff --git a/debian/patches/series b/debian/patches/series
index f857c26..90efe71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0002_fix-manpage-syntax.patch
 0001_fix-typo-in-manpage.patch

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



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