Skip Menu |

This queue is for tickets about the PadWalker CPAN distribution.

Report information
The Basics
Id: 24168
Status: resolved
Worked: 15 min
Priority: 0/
Queue: PadWalker

People
Owner: robin [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.03
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.99_91
  • 0.99_92
  • 0.99_93
  • 1.0
  • 1.1
  • 1.2
Fixed in: 1.3



Subject: blead breaks PadWalker again
I think you have to deal with two binary incompatibilities because the diagnostic messages differ again today, but I do not know how to determine the next breakage threshold. So for now I tell you only about 29629: Show quoted text
----Program---- eval {require PadWalker}; print $@ ? "N/A" : "OK"; print "\n"; ----Output of .../p5QXSIU/perl-5.8.0@29628/bin/perl---- OK ----EOF ($?='0')---- ----Output of .../pnq2n8x/perl-5.8.0@29629/bin/perl---- N/A ----EOF ($?='0')---- HTH, Regards,
Subject: Re: [rt.cpan.org #24168] blead breaks PadWalker again
Date: Tue, 2 Jan 2007 22:27:58 +0000
To: bug-PadWalker [...] rt.cpan.org
From: Robin Houston <robin [...] kitsite.com>
On 1 Jan, 2007, at 01:59, Andreas Koenig via RT wrote: Show quoted text
> I think you have to deal with two binary incompatibilities because the > diagnostic messages differ again today, but I do not know how to > determine the next breakage threshold. So for now I tell you only > about > 29629:
This is amazingly useful, thanks! Looking at the patches, I wouldn't expect 29629 to break it; but I would expect 29630 to. In any case, it's clear that Nick's pad refactoring must be the (or at least a) culprit. I'm rebuilding bleadperl now. This shouldn't be too hard to fix. Robin
Download smime.p7s
application/pkcs7-signature 2.3k

Message body not shown because it is not plain text.

This is fixed in PadWalker 1.3, which works with perl@29670. It is on its way to CPAN (though the PAUSE daemon seems to have crashed, so it may take longer than usual to arrive there). Robin