[libmodule-metadata-perl] 05/06: Add the 01-pod-syntax patch to fix some POD errors.

Peter Pentchev roam at ringlet.net
Mon May 25 19:34:36 UTC 2015


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

roam-guest pushed a commit to branch master
in repository libmodule-metadata-perl.

commit 40749aa6de1362c1a50b1f6c650696fd30e14f66
Author: Peter Pentchev <roam at ringlet.net>
Date:   Mon May 25 22:30:39 2015 +0300

    Add the 01-pod-syntax patch to fix some POD errors.
---
 debian/patches/01-pod-syntax.patch | 48 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 49 insertions(+)

diff --git a/debian/patches/01-pod-syntax.patch b/debian/patches/01-pod-syntax.patch
new file mode 100644
index 0000000..e229426
--- /dev/null
+++ b/debian/patches/01-pod-syntax.patch
@@ -0,0 +1,48 @@
+Description: Fix some POD syntax errors.
+Forwarded: not-yet
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2015-05-25
+
+--- a/lib/Module/Metadata.pm
++++ b/lib/Module/Metadata.pm
+@@ -819,7 +819,7 @@
+ 
+ =head1 CLASS METHODS
+ 
+-=head2 C<< new_from_file($filename, collect_pod => 1) >>
++=head2 C<< new_from_file($filename, collect_pod =E<gt> 1) >>
+ 
+ Constructs a C<Module::Metadata> object given the path to a file.  Returns
+ undef if the filename does not exist.
+@@ -832,7 +832,7 @@
+ it is skipped before processing, and the content of the file is also decoded
+ appropriately starting from perl 5.8.
+ 
+-=head2 C<< new_from_handle($handle, $filename, collect_pod => 1) >>
++=head2 C<< new_from_handle($handle, $filename, collect_pod =E<gt> 1) >>
+ 
+ This works just like C<new_from_file>, except that a handle can be provided
+ as the first argument.
+@@ -845,7 +845,7 @@
+ You are responsible for setting the decoding layers on C<$handle> if
+ required.
+ 
+-=head2 C<< new_from_module($module, collect_pod => 1, inc => \@dirs) >>
++=head2 C<< new_from_module($module, collect_pod =E<gt> 1, inc =E<gt> \@dirs) >>
+ 
+ Constructs a C<Module::Metadata> object given a module or package name.
+ Returns undef if the module cannot be found.
+@@ -1004,10 +1004,10 @@
+ =head1 AUTHOR
+ 
+ Original code from Module::Build::ModuleInfo by Ken Williams
+-<kwilliams at cpan.org>, Randy W. Sims <RandyS at ThePierianSpring.org>
++E<lt>kwilliams at cpan.orgE<gt>, Randy W. Sims E<lt>RandyS at ThePierianSpring.orgE<gt>
+ 
+-Released as Module::Metadata by Matt S Trout (mst) <mst at shadowcat.co.uk> with
+-assistance from David Golden (xdg) <dagolden at cpan.org>.
++Released as Module::Metadata by Matt S Trout (mst) E<lt>mst at shadowcat.co.ukE<gt> with
++assistance from David Golden (xdg) E<lt>dagolden at cpan.orgE<gt>.
+ 
+ =head1 COPYRIGHT & LICENSE
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c86ae71
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-pod-syntax.patch

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



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