Skip Menu |

This queue is for tickets about the Encode-compat CPAN distribution.

Report information
The Basics
Id: 104304
Status: open
Priority: 0/
Queue: Encode-compat

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: (no value)



Subject: Signature test fails (with newest Module::Signature?)
The signature test fails, probably only with newest Module::Signature: WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 66B2 B78E D1B7 7641 4861 D592 B4B3 DD37 3C35 01A0 Not in MANIFEST: blib/arch/.exists Not in MANIFEST: blib/arch/auto/Encode/compat/.exists Not in MANIFEST: blib/bin/.exists Not in MANIFEST: blib/lib/auto/Encode/compat/.exists Not in MANIFEST: blib/lib/Encode/.exists Not in MANIFEST: blib/lib/Encode/compat.pm Not in MANIFEST: blib/lib/Encode/compat/5006001.pm Not in MANIFEST: blib/lib/Encode/compat/Alias.pm Not in MANIFEST: blib/lib/Encode/compat/common.pm Not in MANIFEST: blib/man1/.exists Not in MANIFEST: blib/man3/.exists Not in MANIFEST: blib/man3/Encode::compat.3 Not in MANIFEST: blib/man3/Encode::compat::Alias.3 Not in MANIFEST: blib/script/.exists Not in MANIFEST: Makefile Not in MANIFEST: MYMETA.json Not in MANIFEST: MYMETA.yml Not in MANIFEST: pm_to_blib ==> MISMATCHED content between MANIFEST and distribution files! <== # Failed test 'Valid signature' # at t/0-signature.t line 17. # Looks like you failed 1 test of 1. t/0-signature.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On 2015-05-07 21:46:10, SREZIC wrote: Show quoted text
> The signature test fails, probably only with newest Module::Signature:
Perhaps this test should be moved to xt/, or guarded with a plan skip_all => '...' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}, so it doesn't prevent end-user installs?
On Fri May 08 00:46:10 2015, SREZIC wrote: Show quoted text
> The signature test fails, probably only with newest Module::Signature: > > WARNING: This key is not certified with a trusted signature! > Primary key fingerprint: 66B2 B78E D1B7 7641 4861 D592 B4B3 DD37 3C35 01A0 > Not in MANIFEST: blib/arch/.exists > Not in MANIFEST: blib/arch/auto/Encode/compat/.exists > Not in MANIFEST: blib/bin/.exists > Not in MANIFEST: blib/lib/auto/Encode/compat/.exists > Not in MANIFEST: blib/lib/Encode/.exists > Not in MANIFEST: blib/lib/Encode/compat.pm > Not in MANIFEST: blib/lib/Encode/compat/5006001.pm > Not in MANIFEST: blib/lib/Encode/compat/Alias.pm > Not in MANIFEST: blib/lib/Encode/compat/common.pm > Not in MANIFEST: blib/man1/.exists > Not in MANIFEST: blib/man3/.exists > Not in MANIFEST: blib/man3/Encode::compat.3 > Not in MANIFEST: blib/man3/Encode::compat::Alias.3 > Not in MANIFEST: blib/script/.exists > Not in MANIFEST: Makefile > Not in MANIFEST: MYMETA.json > Not in MANIFEST: MYMETA.yml > Not in MANIFEST: pm_to_blib > ==> MISMATCHED content between MANIFEST and distribution files! <== > > # Failed test 'Valid signature' > # at t/0-signature.t line 17. > # Looks like you failed 1 test of 1. > t/0-signature.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
I got the same test failures when trying to insta$ /home/jkeenan/testing/perl-5.27.9/bin/perl -I/home/jkeenan/testing/perl-5.27.9/lib -MModule::Signature -E 'say $Module::Signature::VERSION;' 0.81ll this module via 'cpanm' against perl-5.27.9 -- but only in the case where I had already installed: ##### $ /home/jkeenan/testing/perl-5.27.9/bin/perl -I/home/jkeenan/testing/perl-5.27.9/lib -MModule::Signature -E 'say $Module::Signature::VERSION;' 0.81 ##### Where Module::Signature was not yet installed, all tests passed. Thank you very much. Jim Keenan