Skip Menu |

This queue is for tickets about the Heap-Simple CPAN distribution.

Report information
The Basics
Id: 16198
Status: new
Priority: 0/
Queue: Heap-Simple

People
Owner: Nobody in particular
Requestors: cpan [...] danonline.net
Cc:
AdminCc:

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



Subject: Makefile.PL: Message string quoting
There appears to be a string (or two) in the Heap-Simple-0.10 Makefile.PL that is not being interpolated correctly, most likely due to it being single-quoted rather than double-quoted. Since this string is only a message displayed to the user, the functionality is not at all affected. I'm pretty sure the solution is just a matter of changing lines 44 and 64 in Makefile.PL to print <<"EOT" I appologize for not submitting an actual tested patch, but I'm notoriously low on tuits right now. If I get a chance, I'll be happy to submit said patch. Thank you very much, Heap::Simple is extremely useful! A transcript from module installation that demonstrates the problem: ----------- [MSG] Extracted 'Heap-Simple-0.10/Makefile.PL' [MSG] Extracted 'Heap::Simple' to '/Users/qwertyd/.cpanplus/5.8.6/build/Heap-Simple-0.10' ==> MISSING Signature file! <== Running [/usr/bin/perl -MCPANPLUS::Internals::Utils::Autoflush Makefile.PL ]... I would like to use 'Heap::Simple::XS' on your setup, but you only have version $xs, while I need at least $want{XS}, so I won't as things stand now. This is a runtime decission though, so I will if you later upgrade Heap::Simple::XS. However, to avoid a period where the XS version won't get selected you might prefer to upgrade Heap::Simple::XS first. Checking if your kit is complete... Looks good Show quoted text
____________________ This probably happens regardless of platform, but: My perl -v is This is perl, v5.8.6 built for darwin-thread-multi-2level My uname -a is Darwin Max.local 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc
From: "Ton Hospel" <me-02 [...] ton.iguana.be>
Date: Wed, 30 Nov 2005 23:03:24 +0100
To: Guest via RT <bug-Heap-Simple [...] rt.cpan.org>
Subject: Re: [cpan #16198] Makefile.PL: Message string quoting
RT-Send-Cc:
On Tue, Nov 29, 2005 at 10:08:57PM -0500, Guest via RT wrote: Show quoted text
> > This message about Heap-Simple was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16198 > >
Thank you for your report. You are obviously correct, and a fix will be in the next version.
Subject: Makefile.PL: Message string quoting - Fixed
From: DAXELROD [...] cpan.org
[me-02@ton.iguana.be - Wed Nov 30 17:04:04 2005]: Show quoted text
> Thank you for your report. You are obviously correct, and a fix will > be in > the next version.
I am seeing the correct behavior in Heap-Simple-0.11 . Thank you for fixing this so quickly! -Daniel Axelrod
From: DAXELROD
[me-02@ton.iguana.be - Wed Nov 30 17:04:04 2005]: Show quoted text
> Thank you for your report. You are obviously correct, and a fix will > be in > the next version.
I am seeing the correct behavior in Heap-Simple-0.11. Thank you for fixing it so quickly!