Przemysław Iskra

Results 1 issues of Przemysław Iskra

Hi. I rewrote build system almost entirely. The most important improvement is that constants are now inlined: ``` $ perl -MO=Deparse -e 'use WWW::Curl::Easy; print CURLE_CHUNK_FAILED' use WWW::Curl::Easy; print 88;...