Apache::WebDAV version 0.01

Apache::WebDAV provides an extensible WebDAV interface for Apache.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

Apache
Apache::Constants
Apache::Util
Encode
File::Spec
File::Find::Rule::Filesys::Virtual
URI
URI::Escape
XML::Simple
XML::LibXML

COPYRIGHT AND LICENCE

Copyright (C) 2006 Geospiza, Inc. <http://www.geospiza.com/>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.