Skip Menu |

This queue is for tickets about the HTML-CTPP2 CPAN distribution.

Report information
The Basics
Id: 103536
Status: new
Priority: 0/
Queue: HTML-CTPP2

People
Owner: Nobody in particular
Requestors: MAT [...] cpan.fsck.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.6.7
Fixed in: (no value)



Subject: Fails with Perl 5.21.6+
CTPP2.xs:823:14: error: no member named 'xpadn_ourstash' in 'sv' else if (SvPAD_OUR(pParams)) ^~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.21/mach/CORE/pad.h:342:27: note: expanded from macro 'SvPAD_OUR' #define SvPAD_OUR(pn) (!!PadnameOURSTASH(pn)) ^~~~~~~~~~~~~~~~~~~ /usr/local/lib/perl5/5.21/mach/CORE/pad.h:319:35: note: expanded from macro 'PadnameOURSTASH' #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash ~~~~ ^ CTPP2.xs:825:24: error: no member named 'xpadn_ourstash' in 'sv' return param((SV*)SvOURSTASH(pParams), pCDT, pUplinkCDT, sKey, iPrevIsHash, iProcessed); ^ /usr/local/lib/perl5/5.21/mach/CORE/pad.h:346:21: note: expanded from macro 'SvOURSTASH' #define SvOURSTASH PadnameOURSTASH ^ /usr/local/lib/perl5/5.21/mach/CORE/pad.h:319:35: note: expanded from macro 'PadnameOURSTASH' #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash ~~~~ ^