Updated with Tizen:Base source codes
authorHasan Wan <hasan.wan@intel.com>
Fri, 25 May 2012 08:47:13 +0000 (16:47 +0800)
committerHasan Wan <hasan.wan@intel.com>
Mon, 28 May 2012 08:06:22 +0000 (16:06 +0800)
commit33bdf1a3cbfc104bf6f853ae77d7f28eb056e190
treebafe5f731d075f08a0326b8d2f1c2dc467f4a0dd
parent3555375b5b187f5eb25bc6673e2479d54f20ada3
Updated with Tizen:Base source codes
56 files changed:
Changes [new file with mode: 0644]
Curl.xs [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
README.Win32 [new file with mode: 0644]
SIGNATURE [new file with mode: 0644]
inc/Module/Install.pm [new file with mode: 0644]
inc/Module/Install/Base.pm [new file with mode: 0644]
inc/Module/Install/Can.pm [new file with mode: 0644]
inc/Module/Install/External.pm [new file with mode: 0644]
inc/Module/Install/MakeMaker.pm [new file with mode: 0644]
inc/Module/Install/Makefile.pm [new file with mode: 0644]
inc/Module/Install/Metadata.pm [new file with mode: 0644]
lib/WWW/Curl.pm [new file with mode: 0644]
lib/WWW/Curl/Easy.pm [new file with mode: 0644]
lib/WWW/Curl/Form.pm [new file with mode: 0644]
lib/WWW/Curl/Multi.pm [new file with mode: 0644]
lib/WWW/Curl/Share.pm [new file with mode: 0644]
packaging/perl-WWW-Curl.spec [new file with mode: 0644]
t/00constants.t [new file with mode: 0644]
t/01basic.t [new file with mode: 0644]
t/02callbacks.t [new file with mode: 0644]
t/04abort-test.t [new file with mode: 0644]
t/05progress.t [new file with mode: 0644]
t/06http-post.t [new file with mode: 0644]
t/07ftp-upload.t [new file with mode: 0644]
t/08ssl.t [new file with mode: 0644]
t/09times.t [new file with mode: 0644]
t/10errbuf.t [new file with mode: 0644]
t/13slowleak.t [new file with mode: 0644]
t/14duphandle.t [new file with mode: 0644]
t/15duphandle-callback.t [new file with mode: 0644]
t/16formpost.t [new file with mode: 0644]
t/17slist.t [new file with mode: 0644]
t/18twinhandles.t [new file with mode: 0644]
t/meta.t [new file with mode: 0644]
t/new/00constants.t [new file with mode: 0644]
t/new/01basic.t [new file with mode: 0644]
t/new/02header-callback.t [new file with mode: 0644]
t/new/03body-callback.t [new file with mode: 0644]
t/new/04abort.t [new file with mode: 0644]
t/new/05progress.t [new file with mode: 0644]
t/new/06http-post.t [new file with mode: 0644]
t/new/07errbuf.t [new file with mode: 0644]
t/new/08duphandle.t [new file with mode: 0644]
t/new/09duphandle-callback.t [new file with mode: 0644]
t/new/10multi-callback.t [new file with mode: 0644]
t/new/README [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]
template/Easy.pm.tmpl [new file with mode: 0644]
template/Share.pm.tmpl [new file with mode: 0644]
typemap [new file with mode: 0644]