r75486 - in /branches/upstream/libauthen-bitcard-perl/current: Changes LICENSE META.yml Makefile.PL README dist.ini lib/Authen/Bitcard.pm

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Jun 12 12:59:03 UTC 2011


Author: ansgar
Date: Sun Jun 12 12:58:55 2011
New Revision: 75486

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75486
Log:
[svn-upgrade] new version libauthen-bitcard-perl (0.90)

Modified:
    branches/upstream/libauthen-bitcard-perl/current/Changes
    branches/upstream/libauthen-bitcard-perl/current/LICENSE
    branches/upstream/libauthen-bitcard-perl/current/META.yml
    branches/upstream/libauthen-bitcard-perl/current/Makefile.PL
    branches/upstream/libauthen-bitcard-perl/current/README
    branches/upstream/libauthen-bitcard-perl/current/dist.ini
    branches/upstream/libauthen-bitcard-perl/current/lib/Authen/Bitcard.pm

Modified: branches/upstream/libauthen-bitcard-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/Changes?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/Changes (original)
+++ branches/upstream/libauthen-bitcard-perl/current/Changes Sun Jun 12 12:58:55 2011
@@ -1,3 +1,7 @@
+
+0.90    June 11, 2011
+  - Make sure LWP is installed with https support
+  - Fix spelling error in documentation (Ansgar Burchardt, RT#60022)
 
 0.89    August 2, 2010
   - Use JSON instead of JSON::XS

Modified: branches/upstream/libauthen-bitcard-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/LICENSE?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/LICENSE (original)
+++ branches/upstream/libauthen-bitcard-perl/current/LICENSE Sun Jun 12 12:58:55 2011
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2010 by Ask Bjørn Hansen.
+This software is Copyright (c) 2011 by Ask Bjørn Hansen.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libauthen-bitcard-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/META.yml?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/META.yml (original)
+++ branches/upstream/libauthen-bitcard-perl/current/META.yml Sun Jun 12 12:58:55 2011
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101670'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,6 +18,7 @@
   Digest::SHA: 0
   HTTP::Status: 0
   JSON: 2.12
+  LWP::Protocol::https: 0
   LWP::UserAgent: 0
   MIME::Base64: 0
   Math::BigInt: 0
@@ -25,4 +26,4 @@
 resources:
   homepage: http://search.cpan.org/dist/Authen-Bitcard/
   repository: http://git.develooper.com/bitcard-perl-api.git
-version: 0.89
+version: 0.90

Modified: branches/upstream/libauthen-bitcard-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/Makefile.PL?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/Makefile.PL (original)
+++ branches/upstream/libauthen-bitcard-perl/current/Makefile.PL Sun Jun 12 12:58:55 2011
@@ -26,12 +26,13 @@
     'Digest::SHA' => '0',
     'HTTP::Status' => '0',
     'JSON' => '2.12',
+    'LWP::Protocol::https' => '0',
     'LWP::UserAgent' => '0',
     'MIME::Base64' => '0',
     'Math::BigInt' => '0',
     'URI' => '1.22'
   },
-  'VERSION' => '0.89',
+  'VERSION' => '0.90',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libauthen-bitcard-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/README?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/README (original)
+++ branches/upstream/libauthen-bitcard-perl/current/README Sun Jun 12 12:58:55 2011
@@ -62,7 +62,7 @@
     fields are "username", "name" and "email" (see "verify" for more
     information).
 
-    The method takes either a comma seperated string or a reference to an
+    The method takes either a comma separated string or a reference to an
     array.
 
     This must be called before "login_url".

Modified: branches/upstream/libauthen-bitcard-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/dist.ini?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/dist.ini (original)
+++ branches/upstream/libauthen-bitcard-perl/current/dist.ini Sun Jun 12 12:58:55 2011
@@ -10,6 +10,7 @@
 MIME::Base64   = 0
 Digest::SHA    = 0
 LWP::UserAgent = 0
+LWP::Protocol::https = 0
 HTTP::Status   = 0
 URI            = 1.22
 Class::ErrorHandler = 0

Modified: branches/upstream/libauthen-bitcard-perl/current/lib/Authen/Bitcard.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libauthen-bitcard-perl/current/lib/Authen/Bitcard.pm?rev=75486&op=diff
==============================================================================
--- branches/upstream/libauthen-bitcard-perl/current/lib/Authen/Bitcard.pm (original)
+++ branches/upstream/libauthen-bitcard-perl/current/lib/Authen/Bitcard.pm Sun Jun 12 12:58:55 2011
@@ -1,6 +1,6 @@
 package Authen::Bitcard;
 BEGIN {
-  $Authen::Bitcard::VERSION = '0.89';
+  $Authen::Bitcard::VERSION = '0.90';
 }
 use strict;
 use base qw( Class::ErrorHandler );
@@ -303,7 +303,7 @@
 possible fields are "username", "name" and "email" (see C<verify> for
 more information).
 
-The method takes either a comma seperated string or a reference to an
+The method takes either a comma separated string or a reference to an
 array.
 
 This must be called before C<login_url>.




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