[libdata-validate-email-perl] 08/11: Refresh debian/patches/fix-pod-errors and forward upstream.

gregor herrmann gregoa at debian.org
Sat Oct 14 14:35:33 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-validate-email-perl.

commit 33311110f0faccc4d2c2025d43d2baa2fe863a76
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 14 16:30:36 2017 +0200

    Refresh debian/patches/fix-pod-errors and forward upstream.
---
 debian/patches/fix-pod-errors | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/debian/patches/fix-pod-errors b/debian/patches/fix-pod-errors
index 6323ff1..49bfccc 100644
--- a/debian/patches/fix-pod-errors
+++ b/debian/patches/fix-pod-errors
@@ -1,25 +1,17 @@
-remove some errors from pod to make lintian happy
+Description: fix POD syntax error
+    Around line 70:
+        You can't have =items (as at line 78) unless the first thing after the
+        =over is an =item
+Origin: vendor
+Author: Antonio Radici <antonio at dyne.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-10-14
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123280
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123280
+
 
 --- a/Email.pm
 +++ b/Email.pm
-@@ -40,7 +40,7 @@
- =head1 SYNOPSIS
- 
-   use Data::Validate::Email qw(is_email is_email_rfc822);
--  
-+
-   if(is_email($suspect)){
-   	print "Looks like an email address\n";
-   } elsif(is_email_rfc822($suspect)){
-@@ -51,7 +51,7 @@
- 
-   # or as an object
-   my $v = Data::Validate::Email->new();
--  
-+
-   die "not an email" unless ($v->is_email('foo'));
- 
- =head1 DESCRIPTION
 @@ -67,14 +67,14 @@
  
  =head1 FUNCTIONS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-validate-email-perl.git



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