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 |
Message body not shown because it is not plain text.