[libnet-openid-common-perl] 14/34: let dzil fill in package versions

gregor herrmann gregoa at debian.org
Sun Feb 7 21:50:16 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 26994225d3446ebef83bd921d026c943b9d4777b
Author: Robert Norris <rob at eatenbyagrue.org>
Date:   Wed Nov 3 08:55:06 2010 +1100

    let dzil fill in package versions
---
 dist.ini                 | 3 +++
 lib/Net/OpenID/Common.pm | 2 --
 lib/Net/OpenID/Yadis.pm  | 4 +---
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dist.ini b/dist.ini
index 52e4fbc..b6c101a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -7,6 +7,9 @@ copyright_year   = 2005
 
 [@Basic]
 
+[PkgVersion]
+[PodVersion]
+
 [Prereqs]
 LWP::UserAgent = 0
 HTTP::Request  = 0
diff --git a/lib/Net/OpenID/Common.pm b/lib/Net/OpenID/Common.pm
index de5e09d..9a57e46 100644
--- a/lib/Net/OpenID/Common.pm
+++ b/lib/Net/OpenID/Common.pm
@@ -1,8 +1,6 @@
 
 package Net::OpenID::Common;
 
-$VERSION = 1.10;
-
 =head1 NAME
 
 Net::OpenID::Common - Libraries shared between L<Net::OpenID::Consumer> and L<Net::OpenID::Server>
diff --git a/lib/Net/OpenID/Yadis.pm b/lib/Net/OpenID/Yadis.pm
index ced2fae..14df9ca 100644
--- a/lib/Net/OpenID/Yadis.pm
+++ b/lib/Net/OpenID/Yadis.pm
@@ -2,8 +2,6 @@ package Net::OpenID::Yadis;
 
 use strict;
 use warnings;
-use vars qw($VERSION @EXPORT);
-$VERSION = "0.05";
 
 use base qw(Exporter);
 use Carp ();
@@ -11,7 +9,7 @@ use Net::OpenID::URIFetch;
 use XML::Simple;
 use Net::OpenID::Yadis::Service;
 
- at EXPORT = qw(YR_HEAD YR_GET YR_XRDS);
+our @EXPORT = qw(YR_HEAD YR_GET YR_XRDS);
 
 use constant YR_GET => 1;
 use constant YR_XRDS => 2;

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