szbalint / WWW--Curl

Perl binding for libcurl
http://curl.haxx.se
Other
28 stars 19 forks source link

Allow scalar refs as writing buffers #2

Closed gfx closed 14 years ago

gfx commented 14 years ago

Hello,

I'd like to WWW::Curl accept not only filehandles as writing buffers, but also scalar references. I have written a patch to allow this feature (and some cleanups) and tests for it. Can you please review my changes?

Regards,


gfx