[liburi-find-perl] 12/31: fix POD error

gregor herrmann gregoa at debian.org
Sat Jul 25 17:41:47 UTC 2015


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

gregoa pushed a commit to branch master
in repository liburi-find-perl.

commit 99687781140ff4c5d9db680f27cdc3f98ebad435
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Jun 21 17:42:05 2009 +0000

    fix POD error
---
 debian/changelog           | 3 ++-
 lib/URI/Find/Schemeless.pm | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 04e7141..a9528f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ liburi-find-perl (20090319-1) unstable; urgency=low
     - Refresh debian rules file for Module::Build support
   * Bump debhelper compat version
   * Update Standards-Version (no changes)
+  * Fix POD error in URI::Find::Schemeless (CPAN RT #47215)
 
- -- Dominic Hargreaves <dom at earth.li>  Sun, 21 Jun 2009 18:25:33 +0100
+ -- Dominic Hargreaves <dom at earth.li>  Sun, 21 Jun 2009 18:41:45 +0100
 
 liburi-find-perl (0.16-2) unstable; urgency=low
 
diff --git a/lib/URI/Find/Schemeless.pm b/lib/URI/Find/Schemeless.pm
index bf2dd9b..e6042b5 100644
--- a/lib/URI/Find/Schemeless.pm
+++ b/lib/URI/Find/Schemeless.pm
@@ -73,6 +73,8 @@ sub schemeless_uri_re {
            }x;
 }
 
+=over
+
 =item B<top_level_domain_re>
 
   my $tld_re = $self->top_level_domain_re;
@@ -115,6 +117,8 @@ sub top_level_domain_re {
     return qr/(?:[a-z]{2}|$plain)/i;
 }
 
+=back
+
 =head1 AUTHOR
 
 Original code by Roderick Schertler <roderick at argon.org>, adapted by

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



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