[libmason-perl] 07/08: New fix-pod2man-errors.patch

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 20 20:48:55 UTC 2014


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

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

commit fc989c5ef34eed361dc20ca57cbbdbc96d134a60
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Jan 20 21:45:22 2014 +0100

    New fix-pod2man-errors.patch
---
 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