[libhttp-request-params-perl] 01/05: Add patch from CPAN RT to work with newer Email::MIME.

gregor herrmann gregoa at debian.org
Sun Oct 6 21:02:58 UTC 2013


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

gregoa pushed a commit to branch master
in repository libhttp-request-params-perl.

commit a9d073df6cd98ff59f738feb4751c8f10941512f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 6 22:58:35 2013 +0200

    Add patch from CPAN RT to work with newer Email::MIME.
    
    Closes: #725585
---
 .../patches/HTTP-Request-Params-1.01-RT86635.patch |   34 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/HTTP-Request-Params-1.01-RT86635.patch b/debian/patches/HTTP-Request-Params-1.01-RT86635.patch
new file mode 100644
index 0000000..7cc3731
--- /dev/null
+++ b/debian/patches/HTTP-Request-Params-1.01-RT86635.patch
@@ -0,0 +1,34 @@
+Origin: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/HTTP-Request-Params-1.01-RT86635.patch
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=86635
+Bug-Debian: http://bugs.debian.org/725585
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-06
+
+From d2f2dd3cf76d4e33e8d75e5b2ee1de3a37565a9e Mon Sep 17 00:00:00 2001
+From: Slaven Rezic <slaven at rezic.de>
+Date: Wed, 3 Jul 2013 14:16:43 +0200
+Subject: [PATCH] added missing "use Email::MIME"
+
+It seems that with newer Email-MIME distribution there was
+some refactoring, so including Email::MIME::Modifier and/or
+Email::MIME::ContentType does not trigger loading of
+Email::MIME anymore.
+---
+ lib/HTTP/Request/Params.pm |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/lib/HTTP/Request/Params.pm b/lib/HTTP/Request/Params.pm
+index f5e6e5f..b7e2adb 100644
+--- a/lib/HTTP/Request/Params.pm
++++ b/lib/HTTP/Request/Params.pm
+@@ -22,6 +22,7 @@ use vars qw[$VERSION];
+ $VERSION = sprintf "%d.%02d", split m/\./, (qw$Revision: 1.1 $)[1];
+ 
+ use CGI;
++use Email::MIME;
+ use Email::MIME::Modifier;
+ use Email::MIME::ContentType qw[parse_content_type];
+ use HTTP::Request;
+-- 
+1.7.2.5
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..190f33b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+HTTP-Request-Params-1.01-RT86635.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-request-params-perl.git



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