Skip Menu |

This queue is for tickets about the CSS-Minifier-XS CPAN distribution.

Report information
The Basics
Id: 79792
Status: resolved
Priority: 0/
Queue: CSS-Minifier-XS

People
Owner: Nobody in particular
Requestors: michael [...] bizsystems.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.08
Fixed in: 0.09



use 5.8.8 not needed If Newz(0,.....) is used in place of Newxz(.....) this module will build nicely on older perl installations at least to 5.6.1. The first term (x,v,n,t) is not used by perlxs, here's the def from handy.h #define Newz(x,v,n,t) (v = (t*)safexmalloc((x),(MEM_SIZE)((n)*sizeof(t)))), memzero((char*)(v), (n)*sizeof(t)) Note that 'x' is not used perl 5.9 has backward compatibility defintion: Newz(x,v,n,t) Newxz(v,n,t) diff for backwards compatibility of CSS::Minifier::XS attached hope to see v0.09 Best regards, cpan MIKER Michael Robinton
Subject: CSSminifierXS.dif
Download CSSminifierXS.dif
application/vnd.ms-excel 2.3k

Message body not shown because it is not plain text.

Resolved in v0.09. If you have troubles building this release on an older Perl, please open a new ticket and tie it to the v0.09 release.