[libnet-openid-common-perl] 03/34: IndirectMessage now depends on Common, not on Consumer.

gregor herrmann gregoa at debian.org
Sun Feb 7 21:50:15 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 d6e8545f54e4f4bdcb01ab25592287a41abb429f
Author: mart <mart at 5176148d-0815-0410-95d9-e2102c905069>
Date:   Wed Apr 1 16:37:44 2009 +0000

    IndirectMessage now depends on Common, not on Consumer.
    
    
    git-svn-id: http://code.sixapart.com/svn/openid/trunk/perl/Net-OpenID-Common@182 5176148d-0815-0410-95d9-e2102c905069
---
 lib/Net/OpenID/IndirectMessage.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Net/OpenID/IndirectMessage.pm b/lib/Net/OpenID/IndirectMessage.pm
index 639d546..30f142c 100644
--- a/lib/Net/OpenID/IndirectMessage.pm
+++ b/lib/Net/OpenID/IndirectMessage.pm
@@ -3,7 +3,7 @@ package Net::OpenID::IndirectMessage;
 
 use strict;
 use Carp;
-use Net::OpenID::Consumer;
+use Net::OpenID::Common;
 
 sub new {
     my $class = shift;

-- 
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