Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 80476
Status: stalled
Priority: 0/
Queue: Devel-PPPort

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

Bug Information
Severity: Wishlist
Broken in: 3.20
Fixed in: (no value)



Subject: add MUTABLE_*V
I found myself backporting some XS code to older Perls that contains MUTABLE_SV casts. The MUTABLE_*V macros were added in http://perl5.git.perl.org/perl.git/commit/b1bc3f345d4dfe19cd94c120c46649336b5cb92b?f=handy.h in Perl 5.11 . I request they be added to PPPort.
On Mon Oct 29 17:16:37 2012, BULKDD wrote: Show quoted text
> I found myself backporting some XS code to older Perls that contains > MUTABLE_SV casts. The MUTABLE_*V macros were added in > http://perl5.git.perl.org/perl.git/commit/b1bc3f345d4dfe19cd94c120c46649336b5cb92b?f=handy.h > in Perl 5.11 . I request they be added to PPPort.
Patches/pull requests welcome :-) https://github.com/mhx/Devel-PPPort Most importantly, I need a bunch of test cases. If you could provide these I'll be happy to integrate the macros into D::PPP. Thanks, Marcus