Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 39226
Status: resolved
Priority: 0/
Queue: Module-Install

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

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



Subject: module::install and module signing
the signing feature of M::I is currently not working. moving the subroutine "sign" from M::I::Metadata to M::I::Makefile solves the problem.
On Fri Sep 12 12:22:57 2008, CLKAO wrote: Show quoted text
> the signing feature of M::I is currently not working. > > moving the subroutine "sign" from M::I::Metadata to M::I::Makefile > solves the problem.
G'day CL, If you could give me (or point me to) an example Makefile.PL that fails with the existing M::I, but starts working with your change, that would help me greatly in verifying and applying this fix. Many thanks, Paul
Subject: Re: [rt.cpan.org #39226] module::install and module signing
Date: Sun, 14 Sep 2008 12:05:47 +0800
To: "bug-Module-Install [...] rt.cpan.org" <bug-Module-Install [...] rt.cpan.org>
From: Clkao <chialiang [...] gmail.com>
Paul, WriteAll( sign =>1 ); causes the behaviour described. 在 2008/9/14 8:52 時,"PJF via RT" <bug-Module-Install@rt.cpan.org> 寫 到: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=39226 > > > On Fri Sep 12 12:22:57 2008, CLKAO wrote:
>> the signing feature of M::I is currently not working. >> >> moving the subroutine "sign" from M::I::Metadata to M::I::Makefile >> solves the problem.
> > G'day CL, > > If you could give me (or point me to) an example Makefile.PL that > fails > with the existing M::I, but starts working with your change, that > would > help me greatly in verifying and applying this fix. > > Many thanks, > > Paul
Hi. Looks like this is working now, so I close this as resolved. Thanks.