[libnet-openid-common-perl] 21/34: fix deps

gregor herrmann gregoa at debian.org
Sun Feb 7 21:50:17 UTC 2016


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

gregoa pushed a commit to annotated tag v1.030099_001
in repository libnet-openid-common-perl.

commit 3c027ed3a24bf1156d1c45811d8c43752d727e9c
Author: Robert Norris <rob at eatenbyagrue.org>
Date:   Thu Nov 4 22:53:36 2010 +1100

    fix deps
---
 dist.ini                 | 2 --
 lib/Net/OpenID/Common.pm | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dist.ini b/dist.ini
index 468c2fa..464e072 100644
--- a/dist.ini
+++ b/dist.ini
@@ -11,12 +11,10 @@ copyright_year   = 2005
 [PodVersion]
 
 [Prereqs]
-LWP::UserAgent = 0
 HTTP::Request  = 0
 HTTP::Status   = 0
 XML::Simple    = 0
 Time::Local    = 0
-Digest::SHA1   = 0
 MIME::Base64   = 0
 Math::BigInt   = 0
 Crypt::DH::GMP = 0
diff --git a/lib/Net/OpenID/Common.pm b/lib/Net/OpenID/Common.pm
index 1cf87aa..aa8edb0 100644
--- a/lib/Net/OpenID/Common.pm
+++ b/lib/Net/OpenID/Common.pm
@@ -27,6 +27,9 @@ Maintained by Martin Atkins <mart at degeneration.co.uk>
 package OpenID::util;
 
 use Crypt::DH::GMP;
+use Math::BigInt;
+use Time::Local ();
+use MIME::Base64 ();
 
 use constant VERSION_1_NAMESPACE => "http://openid.net/signon/1.1";
 use constant VERSION_2_NAMESPACE => "http://specs.openid.net/auth/2.0";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openid-common-perl.git



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