Skip Menu |

This queue is for tickets about the POSIX-strptime CPAN distribution.

Report information
The Basics
Id: 62734
Status: resolved
Priority: 0/
Queue: POSIX-strptime

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

Bug Information
Severity: Normal
Broken in:
  • 0.10
  • 0.11
Fixed in: 0.13



Subject: signature test broken
Illustrating cpan testers report: http://www.cpantesters.org/cpan/report/8602204 Recent Module::Build and ExtUtils::MakeMaker have started to generate a MYMETA.yml as an interface for various tools during the build process. This breaks your signature test as well as most other signature tests in circulation. One way to fix it is to add MYMETA.yml to the MANIFEST.SKIP file. HTH, Thanks && Regards,
On 2010-11-05 13:53:31, ANDK wrote: Show quoted text
> Illustrating cpan testers report: > > http://www.cpantesters.org/cpan/report/8602204 > > Recent Module::Build and ExtUtils::MakeMaker have started to generate a > MYMETA.yml as an interface for various tools during the build process. > > This breaks your signature test as well as most other signature tests in > circulation. One way to fix it is to add MYMETA.yml to the MANIFEST.SKIP > file.
The problem still exists. As a workaround, one can use the following distoprefs file for the CPAN shell: https://github.com/eserte/srezic-cpan-distroprefs/blob/master/POSIX-strptime.yml Regards, Slaven
On 2013-08-29 02:20:33, SREZIC wrote: Show quoted text
> On 2010-11-05 13:53:31, ANDK wrote:
> > Illustrating cpan testers report: > > > > http://www.cpantesters.org/cpan/report/8602204 > > > > Recent Module::Build and ExtUtils::MakeMaker have started to generate > > a > > MYMETA.yml as an interface for various tools during the build > > process. > > > > This breaks your signature test as well as most other signature tests > > in > > circulation. One way to fix it is to add MYMETA.yml to the > > MANIFEST.SKIP > > file.
> > The problem still exists. > > As a workaround, one can use the following distoprefs file for the > CPAN shell: > > https://github.com/eserte/srezic-cpan-distroprefs/blob/master/POSIX- > strptime.yml > > Regards, > Slaven
This is still broken with 0.11: Not in MANIFEST: blib/arch/.exists Not in MANIFEST: blib/arch/auto/POSIX/strptime/.exists Not in MANIFEST: blib/arch/auto/POSIX/strptime/strptime.so Not in MANIFEST: blib/bin/.exists Not in MANIFEST: blib/lib/auto/POSIX/strptime/.exists Not in MANIFEST: blib/lib/POSIX/.exists Not in MANIFEST: blib/lib/POSIX/strptime.pm Not in MANIFEST: blib/man1/.exists Not in MANIFEST: blib/man3/.exists Not in MANIFEST: blib/man3/POSIX::strptime.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 Not in MANIFEST: strptime.bs Not in MANIFEST: strptime.c Not in MANIFEST: strptime.o ==> MISMATCHED content between MANIFEST and distribution files! <== t/00-signature.t .... Failed 1/1 subtests
Thanks, just released 0.12 and it should be finally fixed.
On 2015-11-10 14:34:14, GOZER wrote: Show quoted text
> Thanks, just released 0.12 and it should be finally fixed.
Yes, looks better, I don't see signature-related failures anymore.
On 2015-11-10 15:07:11, SREZIC wrote: Show quoted text
> On 2015-11-10 14:34:14, GOZER wrote:
> > Thanks, just released 0.12 and it should be finally fixed.
> > Yes, looks better, I don't see signature-related failures anymore.
@andk @gozer: I think this ticket may be resolved (I don't have the permissions to do it).
Thanks for the reminder, closing