[libmason-perl] 05/09: Revert "Remove fix-pod2man-errors.patch applied upstream"

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Feb 16 18:01:18 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libmason-perl.

commit 0461fcacde44ee2df7b01e03b6d222286fb7dbaf
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sun Feb 16 17:34:00 2014 +0000

    Revert "Remove fix-pod2man-errors.patch applied upstream"
    
    This reverts commit 34214a0a87f583161fc1cd4f115631fa9da67f6e.
---
 debian/patches/fix-pod2man-errors.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/fix-pod2man-errors.patch b/debian/patches/fix-pod2man-errors.patch
new file mode 100644
index 0000000..d919d8d
--- /dev/null
+++ b/debian/patches/fix-pod2man-errors.patch
@@ -0,0 +1,26 @@
+Description fix two pod2man errors
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/jonswar/perl-mason/pull/20/files
+
+--- a/lib/Mason/Component.pm
++++ b/lib/Mason/Component.pm
+@@ -194,7 +194,7 @@
+ 
+ This method is called when the request path has a path_info portion, to
+ determine whether the path_info is allowed. Default is false. See
+-L<Mason::Manual::RequestDispatch/Partial Paths|Mason::Manual::RequestDispatch>.
++L<Mason::Manual::RequestDispatch|Mason::Manual::RequestDispatch\/Partial Paths>.
+ 
+     <%class>
+     method allow_path_info { 1 }
+--- a/lib/Mason/Plugin/LvalueAttributes.pm
++++ b/lib/Mason/Plugin/LvalueAttributes.pm
+@@ -56,7 +56,7 @@
+ =head1 ACKNOWLEDGEMENTS
+ 
+ Inspired by Christopher Brown's
+-L<MooseX::Meta::Attribute::Lvalue|MooseX::Meta::Attribute::Lvalue >.
++L<MooseX::Meta::Attribute::Lvalue|MooseX::Meta::Attribute::Lvalue>.
+ 
+ =head1 SEE ALSO
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a504d5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod2man-errors.patch

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



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