Skip Menu |

This queue is for tickets about the Net-DAV-Server CPAN distribution.

Report information
The Basics
Id: 39097
Status: resolved
Priority: 0/
Queue: Net-DAV-Server

People
Owner: cpan.wade [...] anomaly.org
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.29
Fixed in: 1.300_01



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 {