Skip Menu |

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

Report information
The Basics
Id: 60882
Status: new
Priority: 0/
Queue: Net-DAV-Server

People
Owner: Nobody in particular
Requestors: contact [...] clipland.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.300_05
Fixed in: (no value)



Subject: calls to Filesys::Virtual::modtime() not a good idea
you should replace all calls to Filesys::Virtual::modtime(), as this function is effectively dead (as it always returns ''). Use: time2str(($fs->stat($path))[9]) instead.