Source: libnet-davtalk-perl Maintainer: Debian Perl Group Uploaders: Edmund Lodewijks Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary Build-Depends-Indep: libdatetime-format-iso8601-perl , libdatetime-timezone-perl , libjson-perl , libtest-simple-perl , libtie-datauuid-perl , liburi-perl , libxml-fast-perl , libxml-spice-perl , perl Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-davtalk-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-davtalk-perl.git Homepage: https://metacpan.org/release/Net-DAVTalk Package: libnet-davtalk-perl Architecture: all Depends: ${perl:Depends}, libdatetime-format-iso8601-perl, libdatetime-timezone-perl, libjson-perl, libtie-datauuid-perl, liburi-perl, libxml-fast-perl, libxml-spice-perl Description: client library for talking to DAV servers Net::DAVTalk is the transport layer shared by the CalDAV and CardDAV client modules. It handles WebDAV request construction, XML namespace registration, PROPFIND and REPORT bodies, multi-status response parsing and authentication against a DAV endpoint. . Requests are built with XML::Spice and responses parsed with XML::Fast, and the result is returned as Perl data structures rather than a DOM.