This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libgeo-coordinates-osgb-perl.
commit f8b00ebeea081ecfa879b90b57e127a94b9ab3ef Author: gregor herrmann <[email protected]> Date: Sat Jan 23 00:06:35 2016 +0100 Add a patch to fix POD issues. --- debian/patches/pod.patch | 32 ++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 33 insertions(+) diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch new file mode 100644 index 0000000..476466b --- /dev/null +++ b/debian/patches/pod.patch @@ -0,0 +1,32 @@ +Description: improve POD: add a NAME/abstract to ensure a correct manpage +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2016-01-22 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111384 +Bug: https://rt.cpan.org/Ticket/Display.html?id=111384 + +--- a/lib/Geo/Coordinates/OSGB/Maps.pm ++++ b/lib/Geo/Coordinates/OSGB/Maps.pm +@@ -1148,7 +1148,11 @@ + + =pod + +-=head1 Data for OSGB Maps ++=head1 NAME ++ ++Geo::Coordinates::OSGB::Maps - Data for OSGB Maps ++ ++=head1 SUBROUTINES/METHODS + + This module exports no functions, but two hashes of data. + +--- a/lib/Geo/Coordinates/OSGB/Background.pod ++++ b/lib/Geo/Coordinates/OSGB/Background.pod +@@ -1,4 +1,6 @@ +-=head1 Backround and extended description ++=head1 NAME ++ ++Geo::Coordinates::OSGB::Background - Background and extended description + + These notes are part of Geo::Coordinates::OSGB, a perl + implementation of latitude and longitude co-ordinate conversion for diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c9352c4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-coordinates-osgb-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
