Skip Menu |

This queue is for tickets about the Sub-Mutate CPAN distribution.

Report information
The Basics
Id: 95649
Status: open
Priority: 0/
Queue: Sub-Mutate

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

Bug Information
Severity: (no value)
Broken in:
  • 0.005
  • 0.006
Fixed in: (no value)



Subject: Bleadperl v5.19.11-90-gd3f8a93 breaks ZEFRAM/Sub-Mutate-0.005.tar.gz
As per subject. Sample fail report not yet available due to some bug on my end, but I see them already waiting patiantely in a queue until they get out the door.
On 2014-05-14 15:15:55, ANDK wrote: Show quoted text
> As per subject. Sample fail report not yet available due to some bug > on my end, but I see them already waiting patiantely in a queue until > they get out the door.
A sample report: http://www.cpantesters.org/cpan/report/75d19e24-dba8-11e3-a971-af1773305bfd
Looks to be the same bug as https://rt.perl.org/Public/Bug/Display.html?id=122031

PL_sv_objcount # was removed

A proposed solution by reini is simply wrap

PL_sv_objcount--;

in

#if PERL_VERSION < 18
        PL_sv_objcount--;
#endif


On 2014-05-14 15:15:55, ANDK wrote: Show quoted text
> As per subject. Sample fail report not yet available due to some bug > on my end, but I see them already waiting patiantely in a queue until > they get out the door.
The freshly released 0.006 still fails for perl 5.20.0 and newer.