r55614 - in /branches/upstream/libmodule-signature-perl/current: Changes Makefile.PL SIGNATURE lib/Module/Signature.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Apr 7 15:26:32 UTC 2010


Author: jawnsy-guest
Date: Wed Apr  7 15:26:24 2010
New Revision: 55614

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55614
Log:
[svn-upgrade] Integrating new upstream version, libmodule-signature-perl (0.63)

Modified:
    branches/upstream/libmodule-signature-perl/current/Changes
    branches/upstream/libmodule-signature-perl/current/Makefile.PL
    branches/upstream/libmodule-signature-perl/current/SIGNATURE
    branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm

Modified: branches/upstream/libmodule-signature-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/Changes?rev=55614&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/Changes (original)
+++ branches/upstream/libmodule-signature-perl/current/Changes Wed Apr  7 15:26:24 2010
@@ -1,3 +1,8 @@
+[Changes for 0.63 - Sun, 28 Mar 2010 04:46:27 +0100]
+
+* Fix diagnostic message from Makefile.PL when the user dosn't have gnupg or
+  Crypt::OpenPGP (miyagawa).
+
 [Changes for 0.62 - Tue, 23 Mar 2010 22:17:39 +0100]
 
 * Change the default keyserver from the outdated pgp.mit.edu to

Modified: branches/upstream/libmodule-signature-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/Makefile.PL?rev=55614&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-signature-perl/current/Makefile.PL Wed Apr  7 15:26:24 2010
@@ -124,8 +124,10 @@
 	return 1;
 }
 
-# Defined the prompt messages
-my $message1 = <<'END_MESSAGE';
+sub ask_user {
+
+    # Defined the prompt messages
+    my $message1 = <<'END_MESSAGE';
 
 Could not auto-detect a signature utility on your system.
 
@@ -137,14 +139,13 @@
 
 END_MESSAGE
 
-my $message2 = <<'END_MESSAGE';
+    my $message2 = <<'END_MESSAGE';
 
 2) Automatically install Crypt::OpenPGP and the 20 modules it requires
    from CPAN, which will give the same functionality as GnuPG.
 
 END_MESSAGE
 
-sub ask_user {
 	# Present the options
 	print $message1;
 

Modified: branches/upstream/libmodule-signature-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/SIGNATURE?rev=55614&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/SIGNATURE (original)
+++ branches/upstream/libmodule-signature-perl/current/SIGNATURE Wed Apr  7 15:26:24 2010
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.62.
+signed via the Module::Signature module, version 0.63.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -16,10 +16,10 @@
 
 SHA1 0b722678d07c66ef6992f2cc2c9e9acf3bef0ecb AUDREY2006.pub
 SHA1 1e2b550757ebdf3ef2c0e8d1d06bcbb9c6b62a6f AUTHORS
-SHA1 c715cb909050d9aecb14c26cbacaa113c33d2ce1 Changes
+SHA1 493194be469112a14a0c5025cb94f95aa01d23ba Changes
 SHA1 2758c5d6b419c1fb0e06b2752bb871635c426392 MANIFEST
 SHA1 1425cfbd23a07690df13aeefc1265c5aa2ba2a1f META.yml
-SHA1 a147c655a30fe3fd8c7b9fc2b37b74730b9c90c8 Makefile.PL
+SHA1 f5ba5b25974644e5bc592b123e3bba819921ac8b Makefile.PL
 SHA1 37e858c51409a297ef5d3fb35dc57cd3b57f9a4d PAUSE2003.pub
 SHA1 202874d66a5c5b3ea08b1c629159f613b684222c README
 SHA1 e5fb92ac217988bfc7a6af739b0459627020a27e inc/Module/AutoInstall.pm
@@ -36,14 +36,14 @@
 SHA1 3406c9015148c75406903e7382f8182613b5022a inc/Module/Install/Scripts.pm
 SHA1 f7ee667e878bd2faf22ee9358a7b5a2cc8e91ba4 inc/Module/Install/Win32.pm
 SHA1 8ed29d6cf217e0977469575d788599cbfb53a5ca inc/Module/Install/WriteAll.pm
-SHA1 093eb73384b2ec99858a519167e7f9da1da73c04 lib/Module/Signature.pm
+SHA1 aebd3ca3bf3db5e0f12d8ad33f6fd67645b4efd7 lib/Module/Signature.pm
 SHA1 0882c50213a28b7a30fc91fd58c19015f33348d0 script/cpansign
 SHA1 3ec6171779122b0bdc69937c283be11b2a15dd89 t/0-signature.t
 SHA1 307a744384e704d94031df73233f24174b843bc8 t/1-basic.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkupMEcACgkQdC8qQo5jWl47twCfQui5LjmiBVIhThkp6rhZMPlh
-5JoAn1ivGewpA0gD9JCsDwmP8D5lEwD9
-=rXUo
+iEUEARECAAYFAkuuw1UACgkQdC8qQo5jWl7IwwCXeVWcuCuLTYhrPA2W+sndU1b9
+bACaA7/PsqX6nsGPROq/j1h+uacuPpc=
+=XRUu
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm?rev=55614&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm (original)
+++ branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm Wed Apr  7 15:26:24 2010
@@ -1,5 +1,5 @@
 package Module::Signature;
-$Module::Signature::VERSION = '0.62';
+$Module::Signature::VERSION = '0.63';
 
 use 5.005;
 use strict;




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