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 <[email protected]> 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 <[email protected]> +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 +-<[email protected]>, Randy W. Sims <[email protected]> ++E<lt>[email protected]<gt>, Randy W. Sims E<lt>[email protected]<gt> + +-Released as Module::Metadata by Matt S Trout (mst) <[email protected]> with +-assistance from David Golden (xdg) <[email protected]>. ++Released as Module::Metadata by Matt S Trout (mst) E<lt>[email protected]<gt> with ++assistance from David Golden (xdg) E<lt>[email protected]<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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
