sub mkcol
if ($fs->test("d", $path)) {
} else {
needs to be something like:
if ($fs->test("d", $path)) {
$response->code(201);
$response->message('Created');
} else {
This queue is for tickets about the Net-DAV-Server CPAN distribution.
The Basics
People
|
Bug Information
|