r17754 - in /trunk/libwww-curl-perl: ./ debian/ debian/patches/ lib/WWW/ lib/WWW/Curl/ t/

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Mar 17 16:25:38 UTC 2008


Author: tincho-guest
Date: Mon Mar 17 16:25:37 2008
New Revision: 17754

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17754
Log:
* New upstream release.
* debian/control: updating dependency and suggests to libcurl-openssl4-dev,
  add myself to Uploaders.
* debian/patches/series: disabling Makefile.PL patch as it's unneeded now.

Added:
    trunk/libwww-curl-perl/Share.pm.in
      - copied unchanged from r17739, branches/upstream/libwww-curl-perl/current/Share.pm.in
    trunk/libwww-curl-perl/lib/WWW/Curl/Share.pm
      - copied unchanged from r17739, branches/upstream/libwww-curl-perl/current/lib/WWW/Curl/Share.pm
Modified:
    trunk/libwww-curl-perl/Changes
    trunk/libwww-curl-perl/Curl.xs
    trunk/libwww-curl-perl/Easy.pm.in
    trunk/libwww-curl-perl/MANIFEST
    trunk/libwww-curl-perl/META.yml
    trunk/libwww-curl-perl/Makefile.PL
    trunk/libwww-curl-perl/debian/changelog
    trunk/libwww-curl-perl/debian/control
    trunk/libwww-curl-perl/debian/patches/series
    trunk/libwww-curl-perl/lib/WWW/Curl.pm
    trunk/libwww-curl-perl/lib/WWW/Curl/Multi.pm
    trunk/libwww-curl-perl/t/01basic.t
    trunk/libwww-curl-perl/t/02header-callback.t
    trunk/libwww-curl-perl/t/03body-callback.t
    trunk/libwww-curl-perl/t/04abort-test.t
    trunk/libwww-curl-perl/t/05progress.t
    trunk/libwww-curl-perl/t/06http-post.t
    trunk/libwww-curl-perl/t/08ssl.t
    trunk/libwww-curl-perl/t/09times.t
    trunk/libwww-curl-perl/t/10errbuf.t
    trunk/libwww-curl-perl/t/11oldstyle1.t
    trunk/libwww-curl-perl/t/12oldstyle2.t
    trunk/libwww-curl-perl/t/13slowleak.t
    trunk/libwww-curl-perl/t/14duphandle.t
    trunk/libwww-curl-perl/t/15duphandle-callback.t
    trunk/libwww-curl-perl/t/16formpost.t
    trunk/libwww-curl-perl/t/17slist.t
    trunk/libwww-curl-perl/t/18twinhandles.t
    trunk/libwww-curl-perl/t/19basic-back.t
    trunk/libwww-curl-perl/t/20basic-back-func.t
    trunk/libwww-curl-perl/t/21basic-back-easy.t
    trunk/libwww-curl-perl/typemap

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libwww-curl-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/Changes?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/Curl.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/Curl.xs?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/Easy.pm.in
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/Easy.pm.in?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/MANIFEST?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/META.yml?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/Makefile.PL?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/changelog?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/control?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/patches/series?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/lib/WWW/Curl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/lib/WWW/Curl.pm?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/lib/WWW/Curl/Multi.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/lib/WWW/Curl/Multi.pm?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/01basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/01basic.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/02header-callback.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/02header-callback.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/03body-callback.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/03body-callback.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/04abort-test.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/04abort-test.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/05progress.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/05progress.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/06http-post.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/06http-post.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/08ssl.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/08ssl.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/09times.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/09times.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/10errbuf.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/10errbuf.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/11oldstyle1.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/11oldstyle1.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/12oldstyle2.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/12oldstyle2.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/13slowleak.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/13slowleak.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/14duphandle.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/14duphandle.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/15duphandle-callback.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/15duphandle-callback.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/16formpost.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/16formpost.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/17slist.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/17slist.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/18twinhandles.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/18twinhandles.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/19basic-back.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/19basic-back.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/20basic-back-func.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/20basic-back-func.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/t/21basic-back-easy.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/t/21basic-back-easy.t?rev=17754&op=diff

Modified: trunk/libwww-curl-perl/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/typemap?rev=17754&op=diff




More information about the Pkg-perl-cvs-commits mailing list