Skip Menu |

This queue is for tickets about the Clone-Fast CPAN distribution.

Report information
The Basics
Id: 43248
Status: open
Priority: 0/
Queue: Clone-Fast

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

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



Subject: Does not work with 5.5.5 and bleadperl
http://bbbike.radzeit.de/~slaven/cpantestersmatrix2.cgi?dist=Clone-Fast For the 5.5.5 case there is a simple solution: add a "require 5.006" and cpantesters will not get FAILs for 5.5.5 anymore but instead N/A. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for details The 5.11 problem goes back to patch 32734 which replaced RVs with IVs. Sorry, no fix from me. Hope this helps nonetheless. Regards,
On Thu Feb 12 23:32:32 2009, ANDK wrote: Show quoted text
> http://bbbike.radzeit.de/~slaven/cpantestersmatrix2.cgi?dist=Clone-Fast > > For the 5.5.5 case there is a simple solution: add a "require 5.006" and > cpantesters will not get FAILs for 5.5.5 anymore but instead N/A. See > http://wiki.cpantesters.org/wiki/CPANAuthorNotes for details > > The 5.11 problem goes back to patch 32734 which replaced RVs with IVs. > Sorry, no fix from me. Hope this helps nonetheless. > > Regards,
commit 4df7f6afd80e96d28fd18bba9dda8b38b6ed6700 Author: Nicholas Clark <nick@ccl4.org> Date: Wed Dec 26 17:03:56 2007 +0000 Eliminate SVt_RV, and use SVt_IV to store plain references. This frees up a scalar type for first class regular expressions. p4raw-id: //depot/perl@32734 dump.c | 12 +++--- ext/B/B.pm | 12 +++-- ext/B/B.xs | 29 +++++++++++- ext/B/B/Concise.pm | 15 +++++-- ext/B/t/b.t | 12 +++-- ext/B/t/optree_constants.t | 18 ++++--- ext/B/t/terse.t | 6 ++- ext/Devel/Peek/t/Peek.t | 23 +++++----- ext/Storable/Storable.xs | 6 +++ pp.c | 6 +- pp_hot.c | 6 +- sv.c | 108 +++++++++++++++++++++----------------------- sv.h | 20 +++++--- 13 files changed, 163 insertions(+), 110 deletions(-)