r74363 - in /branches/upstream/libmodule-signature-perl/current: ./ lib/Module/ t/ t/test-datcrlf-sigcrlf/ t/test-datcrlf-siglf/ t/test-datlf-sigcrlf/ t/test-datlf-siglf/

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Sat May 14 02:56:54 UTC 2011


Author: jotamjr-guest
Date: Sat May 14 02:56:35 2011
New Revision: 74363

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

Added:
    branches/upstream/libmodule-signature-perl/current/MANIFEST.SKIP
    branches/upstream/libmodule-signature-perl/current/t/wrap.pl
    branches/upstream/libmodule-signature-perl/current/t/wrapped-tests.bin
Removed:
    branches/upstream/libmodule-signature-perl/current/t/test-datcrlf-sigcrlf/
    branches/upstream/libmodule-signature-perl/current/t/test-datcrlf-siglf/
    branches/upstream/libmodule-signature-perl/current/t/test-datlf-sigcrlf/
    branches/upstream/libmodule-signature-perl/current/t/test-datlf-siglf/
Modified:
    branches/upstream/libmodule-signature-perl/current/Changes
    branches/upstream/libmodule-signature-perl/current/MANIFEST
    branches/upstream/libmodule-signature-perl/current/META.yml
    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
    branches/upstream/libmodule-signature-perl/current/t/3-verify.t

Modified: branches/upstream/libmodule-signature-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/Changes?rev=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/Changes (original)
+++ branches/upstream/libmodule-signature-perl/current/Changes Sat May 14 02:56:35 2011
@@ -1,3 +1,7 @@
+[Changes for 0.68 - Fri, 13 May 2011 11:51:50 +0200]
+
+* Fix breakage introduced by 0.67 (Andreas König).
+
 [Changes for 0.67 - Sun, 17 Apr 2011 16:29:23 +0200]
 
 * Better handling of \r (Andreas König, Zefram) (Closes RT#46339).

Modified: branches/upstream/libmodule-signature-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/MANIFEST?rev=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/MANIFEST (original)
+++ branches/upstream/libmodule-signature-perl/current/MANIFEST Sat May 14 02:56:35 2011
@@ -15,6 +15,7 @@
 lib/Module/Signature.pm
 Makefile.PL
 MANIFEST			This list of files
+MANIFEST.SKIP
 META.yml
 PAUSE2003.pub
 README
@@ -24,15 +25,5 @@
 t/1-basic.t
 t/2-cygwin.t
 t/3-verify.t
-t/test-datcrlf-sigcrlf/MANIFEST
-t/test-datcrlf-sigcrlf/README
-t/test-datcrlf-sigcrlf/SIGNATURE
-t/test-datcrlf-siglf/MANIFEST
-t/test-datcrlf-siglf/README
-t/test-datcrlf-siglf/SIGNATURE
-t/test-datlf-sigcrlf/MANIFEST
-t/test-datlf-sigcrlf/README
-t/test-datlf-sigcrlf/SIGNATURE
-t/test-datlf-siglf/MANIFEST
-t/test-datlf-siglf/README
-t/test-datlf-siglf/SIGNATURE
+t/wrap.pl
+t/wrapped-tests.bin

Added: branches/upstream/libmodule-signature-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/MANIFEST.SKIP?rev=74363&op=file
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/MANIFEST.SKIP (added)
+++ branches/upstream/libmodule-signature-perl/current/MANIFEST.SKIP Sat May 14 02:56:35 2011
@@ -1,0 +1,61 @@
+
+#!start included /home/src/perl/repoperls/installed-perls/perl/v5.14.0-RC2/1df5/lib/5.14.0/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$         # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included /home/src/perl/repoperls/installed-perls/perl/v5.14.0-RC2/1df5/lib/5.14.0/ExtUtils/MANIFEST.SKIP
+
+\.tar\.gz$
+t/test-dat.*/(MANIFEST|README|SIGNATURE|42.gz)$

Modified: branches/upstream/libmodule-signature-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/META.yml?rev=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/META.yml (original)
+++ branches/upstream/libmodule-signature-perl/current/META.yml Sat May 14 02:56:35 2011
@@ -4,7 +4,8 @@
   - '唐鳳 <cpan at audreyt.org>'
 build_requires:
   ExtUtils::MakeMaker: 6.42
-  Test::More: IPC::Run:
+  IPC::Run: 0
+  Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
@@ -23,4 +24,4 @@
   perl: 5.005
 resources:
   repository: http://github.com/audreyt/module-signature
-version: 0.67
+version: 0.68

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=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-signature-perl/current/Makefile.PL Sat May 14 02:56:35 2011
@@ -8,7 +8,7 @@
 readme_from     'lib/Module/Signature.pm';
 repository      'http://github.com/audreyt/module-signature';
 install_script  'script/cpansign';
-build_requires  'Test::More', 'IPC::Run:';
+build_requires  'Test::More', 0, 'IPC::Run', 0;
 
 # On Win32 (excluding cygwin) we know that IO::Socket::INET,
 # which is needed for keyserver stuff, doesn't work. In fact

Modified: branches/upstream/libmodule-signature-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/SIGNATURE?rev=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/SIGNATURE (original)
+++ branches/upstream/libmodule-signature-perl/current/SIGNATURE Sat May 14 02:56:35 2011
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.67.
+signed via the Module::Signature module, version 0.68.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -16,10 +16,11 @@
 
 SHA1 0b722678d07c66ef6992f2cc2c9e9acf3bef0ecb AUDREY2006.pub
 SHA1 1e2b550757ebdf3ef2c0e8d1d06bcbb9c6b62a6f AUTHORS
-SHA1 83056689f172ae6d0cfaa48e7bcc3ed5aad51986 Changes
-SHA1 4cf34e908b8e824f4be8afa9fbe4516c8ba4d62b MANIFEST
-SHA1 c97d3cef91dd0d54895dd220b7072e777d205add META.yml
-SHA1 4ce4e001188ab1542489b7a3d91f73f37b8ede60 Makefile.PL
+SHA1 9dcc6558459cdbe474dcf325eb9e8eeb68815897 Changes
+SHA1 366ad23151d9113e37f4a9edd4d3304ecc30b9d6 MANIFEST
+SHA1 af1667da11736451592aeba46d34e38c47a7201c MANIFEST.SKIP
+SHA1 f38db924b0216aaff4ccf18247a62997acb447ce META.yml
+SHA1 0024aa3f23ac84a928c4063e9435ca1607984e7e Makefile.PL
 SHA1 37e858c51409a297ef5d3fb35dc57cd3b57f9a4d PAUSE2003.pub
 SHA1 955ba924e9cd1bafccb4d6d7bd3be25c3ce8bf75 README
 SHA1 7305dbe2904416e28decb05396988a5d51d578be inc/Module/Install.pm
@@ -33,28 +34,18 @@
 SHA1 d3a4c720c6ec7f8fce7df37002fbc9177fb77050 inc/Module/Install/Scripts.pm
 SHA1 5457015ea5a50e93465bf2dafa29feebd547f85b inc/Module/Install/Win32.pm
 SHA1 051e7fa8063908befa3440508d0584a2497b97db inc/Module/Install/WriteAll.pm
-SHA1 571752560a872f6e2e85627a960115c36abca23c lib/Module/Signature.pm
+SHA1 e37281f2715f3a73c830d0408461fc0e3e43d419 lib/Module/Signature.pm
 SHA1 0882c50213a28b7a30fc91fd58c19015f33348d0 script/cpansign
 SHA1 3ec6171779122b0bdc69937c283be11b2a15dd89 t/0-signature.t
 SHA1 307a744384e704d94031df73233f24174b843bc8 t/1-basic.t
 SHA1 0177dcafa00571440541d6495fce6d3b61f81039 t/2-cygwin.t
-SHA1 da68934fa41789e939ca94b20199f5f5a0400493 t/3-verify.t
-SHA1 e943619dfc12d2bab253597ab1d6eff80f00dbde t/test-datcrlf-sigcrlf/MANIFEST
-SHA1 47e6d6416876be98bcab097507c31eb5dc217b35 t/test-datcrlf-sigcrlf/README
-SHA1 b57b20a48c48db6d3445066fe613a36a211f6473 t/test-datcrlf-sigcrlf/SIGNATURE
-SHA1 e943619dfc12d2bab253597ab1d6eff80f00dbde t/test-datcrlf-siglf/MANIFEST
-SHA1 47e6d6416876be98bcab097507c31eb5dc217b35 t/test-datcrlf-siglf/README
-SHA1 a827ab896b767b8ad91a06498a6ec948e33d0e09 t/test-datcrlf-siglf/SIGNATURE
-SHA1 e943619dfc12d2bab253597ab1d6eff80f00dbde t/test-datlf-sigcrlf/MANIFEST
-SHA1 f7a80112f7597a7312d6e0d499aa4cf5f6e8ef08 t/test-datlf-sigcrlf/README
-SHA1 b57b20a48c48db6d3445066fe613a36a211f6473 t/test-datlf-sigcrlf/SIGNATURE
-SHA1 e943619dfc12d2bab253597ab1d6eff80f00dbde t/test-datlf-siglf/MANIFEST
-SHA1 f7a80112f7597a7312d6e0d499aa4cf5f6e8ef08 t/test-datlf-siglf/README
-SHA1 a827ab896b767b8ad91a06498a6ec948e33d0e09 t/test-datlf-siglf/SIGNATURE
+SHA1 a3bea1f17370e89ccb1c3becf5c1d072d6857fd4 t/3-verify.t
+SHA1 69614dfba33a1ef498a2161f9e4718092652857c t/wrap.pl
+SHA1 61377898e9d7cb06d370f45167a925e16736de70 t/wrapped-tests.bin
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
-iEYEARECAAYFAk2rAiUACgkQdC8qQo5jWl48NwCdEWufeyGw+sWnoV1OnvqWUI9p
-ebYAn3QVmBk8kwHtKwKUIe8X2jjuWv9v
-=caFd
+iEYEARECAAYFAk3M/5gACgkQdC8qQo5jWl6ejwCfYy2EE94jsoe1oY2w7Na3jSnX
+1fwAnRgS45SDoKjbLSH1+6z37NL/MpGI
+=NYb6
 -----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=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm (original)
+++ branches/upstream/libmodule-signature-perl/current/lib/Module/Signature.pm Sat May 14 02:56:35 2011
@@ -1,5 +1,5 @@
 package Module::Signature;
-$Module::Signature::VERSION = '0.67';
+$Module::Signature::VERSION = '0.68';
 
 use 5.005;
 use strict;
@@ -574,9 +574,11 @@
             if (-B $file) {
                 binmode(F);
                 $obj->addfile(*F);
+                $this_hexdigest = $obj->hexdigest;
             }
             elsif ($^O eq 'MSWin32') {
                 $obj->addfile(*F);
+                $this_hexdigest = $obj->hexdigest;
             }
             else {
                 # Normalize by hand...

Modified: branches/upstream/libmodule-signature-perl/current/t/3-verify.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/t/3-verify.t?rev=74363&op=diff
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/t/3-verify.t (original)
+++ branches/upstream/libmodule-signature-perl/current/t/3-verify.t Sat May 14 02:56:35 2011
@@ -1,18 +1,22 @@
 #!perl
 
 use strict;
+use File::Spec;
 use Test::More;
 use IPC::Run qw(run);
 plan tests => 4;
 
 $|=1;
+sub _f ($) {File::Spec->catfile(split /\//, shift);}
+0 == system $^X, _f"t/wrap.pl", "-x" or die;
 for my $tdir (glob("t/test-dat*")) {
     chdir $tdir or die;
     my @system = ($^X, "-I../../lib/", "../../script/cpansign", "-v");
     my($in,$out,$err);
     run \@system, \$in, \$out, \$err;
+    my $ret = $?;
     close $out;
     my $diff = join "\n", grep /^.SHA1/, split /\n/, $out;
-    ok(0==$?) or diag "dir[$tdir]system[@system]diff[$diff]";
+    ok(0==$ret, "dir[$tdir]system[@system]ret[$ret]out[$out]err[$err]diff[$diff]");
     chdir "../../" or die;
 }

Added: branches/upstream/libmodule-signature-perl/current/t/wrap.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/t/wrap.pl?rev=74363&op=file
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/t/wrap.pl (added)
+++ branches/upstream/libmodule-signature-perl/current/t/wrap.pl Sat May 14 02:56:35 2011
@@ -1,0 +1,154 @@
+#!/usr/bin/perl
+
+# use 5.010;
+use strict;
+use warnings;
+
+=head1 NAME
+
+
+
+=head1 SYNOPSIS
+
+  t/wrap.pl -c # for create
+
+  t/wrap.pl -x # for extract
+
+=head1 OPTIONS
+
+=over 8
+
+=cut
+
+my @opt = <<'=back' =~ /B<-(\S+)>/g;
+
+=item B<-c>
+
+Wrap the test files into wrapper file
+
+=item B<-f>
+
+Path to the wrapper file. Defaults to t/wrapped-tests.bin.
+
+=item B<-help|h!>
+
+This help
+
+=item B<-x>
+
+Unwrap the test files from the wrapper file
+
+=back
+
+=head1 DESCRIPTION
+
+The t/ directory contains tests for different line endings. To
+distribute these tests we wrap them into a Data::Dumper file to avoid
+problems on distribution verification.
+
+Called with -c we create the wrapping file. Called with -x we unwrap
+the files and install them into place.
+
+The test t/3-verify.t calls us with -x.
+
+When anything changes that breaks 3-verify.t, then the procedure to
+create new test files is something like the following:
+
+(1) call wrap.pl -x
+
+(2) edit files in t/test*; take care that the files in test-datlf*
+    have Unix line endings and the files in test-datcrlf* have DOS
+    line endings. Apart from that keep the files identical
+
+(3) sign in t/test-datlf-sigold/ with an old version of Module::Signature
+
+(4) copy the signature over to t/test-datcrlf-sigold/
+
+(5) sign in t/test-datlf-signew/ with the upcoming version of
+    Module::Signature
+
+(6) copy the signature over to t/test-datcrlf-signew/
+
+(7) call wrap.pl -c
+
+=cut
+
+
+use FindBin;
+use lib "$FindBin::Bin/../lib";
+BEGIN {
+    push @INC, qw(       );
+}
+
+use Data::Dumper;
+use File::Basename qw(dirname);
+use File::Path qw(mkpath);
+use File::Spec;
+use Getopt::Long;
+use Pod::Usage;
+
+our %Opt;
+GetOptions(\%Opt,
+           @opt,
+          ) or pod2usage(1);
+
+$Opt{f} ||= "t/wrapped-tests.bin";
+
+sub _f ($) {File::Spec->catfile(split /\//, shift);}
+
+my @files = qw(t/test-datcrlf-signew/MANIFEST
+t/test-datcrlf-signew/README
+t/test-datcrlf-signew/42.gz
+t/test-datcrlf-signew/SIGNATURE
+t/test-datcrlf-sigold/MANIFEST
+t/test-datcrlf-sigold/README
+t/test-datcrlf-sigold/42.gz
+t/test-datcrlf-sigold/SIGNATURE
+t/test-datlf-signew/MANIFEST
+t/test-datlf-signew/README
+t/test-datlf-signew/42.gz
+t/test-datlf-signew/SIGNATURE
+t/test-datlf-sigold/MANIFEST
+t/test-datlf-sigold/README
+t/test-datlf-sigold/42.gz
+t/test-datlf-sigold/SIGNATURE
+);
+my @paths = map { _f($_) } @files;
+
+if ($Opt{c}) {
+    my $VAR;
+    for my $i (0..$#files) {
+        open my $fh, "<", $paths[$i] or die "Could not open '$paths[$i]': $!";
+        binmode $fh;
+        local $/;
+        $VAR->{$files[$i]} = <$fh>;
+    }
+    my $d = Data::Dumper->new([$VAR]);
+    $d->Useqq(1)->Sortkeys(1);
+    open my $fh, ">", _f($Opt{f}) or die "Could not open $Opt{f}: $!";
+    binmode $fh;
+    print $fh $d->Dump;
+} elsif ($Opt{x}) {
+    open my $fh, "<", _f($Opt{f}) or die "Could not open $Opt{f}: $!";
+    binmode $fh;
+    local $/;
+    my $VAR1;
+    eval <$fh>;
+    close $fh;
+    for my $i (0..$#files) {
+        mkpath dirname $paths[$i];
+        open my $fh, ">", $paths[$i] or die "Could not open '$paths[$i]': $!";
+        binmode $fh;
+        local $\;
+        print $fh $VAR1->{$files[$i]};
+        close $fh or die "Could not write $paths[$i]: $!";
+    }
+} else {
+    warn "Either of the options -x or -c must be specified";
+    pod2usage(1);
+}
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# End:

Added: branches/upstream/libmodule-signature-perl/current/t/wrapped-tests.bin
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-signature-perl/current/t/wrapped-tests.bin?rev=74363&op=file
==============================================================================
--- branches/upstream/libmodule-signature-perl/current/t/wrapped-tests.bin (added)
+++ branches/upstream/libmodule-signature-perl/current/t/wrapped-tests.bin Sat May 14 02:56:35 2011
@@ -1,0 +1,18 @@
+$VAR1 = {
+          "t/test-datcrlf-signew/42.gz" => "\37\213\b\b\336\0343:\2\00342\00031\342\2\0001)\206\321\3\0\0\0",
+          "t/test-datcrlf-signew/MANIFEST" => "MANIFEST\r\nREADME\r\nSIGNATURE\r\n42.gz\r\n",
+          "t/test-datcrlf-signew/README" => "If this file in in a *datlf*/ directory it should be in Unix format.\r\nIn a *datcrlf*/ directory it should be in DOS format.\r\n",
+          "t/test-datcrlf-signew/SIGNATURE" => "This file contains message digests of all files listed in MANIFEST,\nsigned via the Module::Signature module, version 0.67.\n\nTo verify the content in this distribution, first make sure you have\nModule::Signature installed, then type:\n\n    % cpansign -v\n\nIt will check each file's integrity, as well as the signature's\nvalidity.  If \"==> Signature verified OK! <==\" is not displayed,\nthe distribution may already have been compromised, and you should\nnot run its Makefile.PL or Build.PL.\n\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nSHA1 51e1c061bc02e9a38948a5d8e3ca7352830f0fac 42.gz\nSHA1 794d166f65491a45e3a2302d9f7afc2c2220517f MANIFEST\nSHA1 e6687057436325f3cf38d3f5c9adb8f45f79b9b4 README\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.10 (GNU/Linux)\n\niEYEARECAAYFAk3HrSEACgkQ7IA58KMXwV07YACgkZc8HxRHWMhsbMnrxn/gCV7I\nFsoAoIG0JZLzpno/V4PpQBNaw0wqEvsB\n=io4w\n-----END PGP SIGNATURE-----\n",
+          "t/test-datcrlf-sigold/42.gz" => "\37\213\b\b\336\0343:\2\00342\00031\342\2\0001)\206\321\3\0\0\0",
+          "t/test-datcrlf-sigold/MANIFEST" => "MANIFEST\r\nREADME\r\nSIGNATURE\r\n42.gz\r\n",
+          "t/test-datcrlf-sigold/README" => "If this file in in a *datlf*/ directory it should be in Unix format.\r\nIn a *datcrlf*/ directory it should be in DOS format.\r\n",
+          "t/test-datcrlf-sigold/SIGNATURE" => "This file contains message digests of all files listed in MANIFEST,\nsigned via the Module::Signature module, version 0.63.\n\nTo verify the content in this distribution, first make sure you have\nModule::Signature installed, then type:\n\n    % cpansign -v\n\nIt will check each file's integrity, as well as the signature's\nvalidity.  If \"==> Signature verified OK! <==\" is not displayed,\nthe distribution may already have been compromised, and you should\nnot run its Makefile.PL or Build.PL.\n\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nSHA1 51e1c061bc02e9a38948a5d8e3ca7352830f0fac 42.gz\nSHA1 794d166f65491a45e3a2302d9f7afc2c2220517f MANIFEST\nSHA1 e6687057436325f3cf38d3f5c9adb8f45f79b9b4 README\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.10 (GNU/Linux)\n\niEYEARECAAYFAk3HrD8ACgkQ7IA58KMXwV3vsACfXu9Z1yCErjXA4wdAaN4B/Dc9\nG8AAoJini6NfED9pJmWGcX6efvqHl1qB\n=XXLY\n-----END PGP SIGNATURE-----\n",
+          "t/test-datlf-signew/42.gz" => "\37\213\b\b\336\0343:\2\00342\00031\342\2\0001)\206\321\3\0\0\0",
+          "t/test-datlf-signew/MANIFEST" => "MANIFEST\nREADME\nSIGNATURE\n42.gz\n",
+          "t/test-datlf-signew/README" => "If this file in in a *datlf*/ directory it should be in Unix format.\nIn a *datcrlf*/ directory it should be in DOS format.\n",
+          "t/test-datlf-signew/SIGNATURE" => "This file contains message digests of all files listed in MANIFEST,\nsigned via the Module::Signature module, version 0.67.\n\nTo verify the content in this distribution, first make sure you have\nModule::Signature installed, then type:\n\n    % cpansign -v\n\nIt will check each file's integrity, as well as the signature's\nvalidity.  If \"==> Signature verified OK! <==\" is not displayed,\nthe distribution may already have been compromised, and you should\nnot run its Makefile.PL or Build.PL.\n\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nSHA1 51e1c061bc02e9a38948a5d8e3ca7352830f0fac 42.gz\nSHA1 794d166f65491a45e3a2302d9f7afc2c2220517f MANIFEST\nSHA1 e6687057436325f3cf38d3f5c9adb8f45f79b9b4 README\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.10 (GNU/Linux)\n\niEYEARECAAYFAk3HrSEACgkQ7IA58KMXwV07YACgkZc8HxRHWMhsbMnrxn/gCV7I\nFsoAoIG0JZLzpno/V4PpQBNaw0wqEvsB\n=io4w\n-----END PGP SIGNATURE-----\n",
+          "t/test-datlf-sigold/42.gz" => "\37\213\b\b\336\0343:\2\00342\00031\342\2\0001)\206\321\3\0\0\0",
+          "t/test-datlf-sigold/MANIFEST" => "MANIFEST\nREADME\nSIGNATURE\n42.gz\n",
+          "t/test-datlf-sigold/README" => "If this file in in a *datlf*/ directory it should be in Unix format.\nIn a *datcrlf*/ directory it should be in DOS format.\n",
+          "t/test-datlf-sigold/SIGNATURE" => "This file contains message digests of all files listed in MANIFEST,\nsigned via the Module::Signature module, version 0.63.\n\nTo verify the content in this distribution, first make sure you have\nModule::Signature installed, then type:\n\n    % cpansign -v\n\nIt will check each file's integrity, as well as the signature's\nvalidity.  If \"==> Signature verified OK! <==\" is not displayed,\nthe distribution may already have been compromised, and you should\nnot run its Makefile.PL or Build.PL.\n\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nSHA1 51e1c061bc02e9a38948a5d8e3ca7352830f0fac 42.gz\nSHA1 794d166f65491a45e3a2302d9f7afc2c2220517f MANIFEST\nSHA1 e6687057436325f3cf38d3f5c9adb8f45f79b9b4 README\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.10 (GNU/Linux)\n\niEYEARECAAYFAk3HrD8ACgkQ7IA58KMXwV3vsACfXu9Z1yCErjXA4wdAaN4B/Dc9\nG8AAoJini6NfED9pJmWGcX6efvqHl1qB\n=XXLY\n-----END PGP SIGNATURE-----\n"
+        };




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