Skip Menu |

This queue is for tickets about the Devel-PeekPoke CPAN distribution.

Report information
The Basics
Id: 76444
Status: resolved
Priority: 0/
Queue: Devel-PeekPoke

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

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



Subject: Does not work on bleadperl
Running Makefile.PL on a perl 5.15.9 gives the following message: Instalation will need Devel::PeekPoke::PP, which does not work (by design) on development perls (5.015009) Which looks like it's intended, but an explanation why it is so is missing. (Besides, there's an "l" missing in "Installation") Regards, Slaven
On 2012-04-09 09:29:36, SREZIC wrote: Show quoted text
> Running Makefile.PL on a perl 5.15.9 gives the following message: > > Instalation will need Devel::PeekPoke::PP, which does not work (by > design) on development perls (5.015009) >
With perl 5.16.0 RC0 the error message is: Devel::PeekPoke::PP does not *yet* support this perl 5.016000, please file a bugreport (it is very very easy to fix) Regards, Slaven
Subject: Re: [rt.cpan.org #76444] Does not work on bleadperl
Date: Sat, 12 May 2012 02:43:12 -0400
To: Slaven_Rezic via RT <bug-Devel-PeekPoke [...] rt.cpan.org>
From: Peter Rabbitson <ribasushi [...] cpan.org>
On Sat, May 12, 2012 at 02:19:53AM -0400, Slaven_Rezic via RT wrote: Show quoted text
> Queue: Devel-PeekPoke > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76444 > > > On 2012-04-09 09:29:36, SREZIC wrote:
> > Running Makefile.PL on a perl 5.15.9 gives the following message: > > > > Instalation will need Devel::PeekPoke::PP, which does not work (by > > design) on development perls (5.015009) > >
> > With perl 5.16.0 RC0 the error message is: > > Devel::PeekPoke::PP does not *yet* support this perl 5.016000, > please file a bugreport (it is very very easy to fix) >
Thanks, on the radar to be adjusted shortly.
On Sat May 12 02:19:52 2012, SREZIC wrote: Show quoted text
> On 2012-04-09 09:29:36, SREZIC wrote:
> > Running Makefile.PL on a perl 5.15.9 gives the following message: > > > > Instalation will need Devel::PeekPoke::PP, which does not work (by > > design) on development perls (5.015009) > >
> > With perl 5.16.0 RC0 the error message is: > > Devel::PeekPoke::PP does not *yet* support this perl 5.016000, > please file a bugreport (it is very very easy to fix) >
Finally got around to fixing this for 5.16. Future-proofing should come in couple months. Leaving ticket as stalled for the time being.
I changed lib/Devel/PeekPoke/PP.pm from: elsif (_PERLVERSION < 5.018) { to: elsif (_PERLVERSION < 5.020) { ... and tests still pass on my 5.18.0. I haven't read about structure changes for 5.18 so I don't know how safe this is but thought I'd mention it. I also realize this isn't future proofing. Thanks, -scott
Fixed both issues with 0.04, now on CPAN -- Reini Urban