From fa2e9751d45749860eee1ea7ebacc87dfa4ed935 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 12 Sep 2006 16:39:58 +0000 Subject: [PATCH] (body): Comment warning. --- modules/webdav.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/webdav.pl b/modules/webdav.pl index a7f895e4..5fe354ff 100644 --- a/modules/webdav.pl +++ b/modules/webdav.pl @@ -4,7 +4,7 @@ # This module is free software; you can redistribute it or modify it # under the same terms as Perl itself. -$ModulesDescription .= '

$Id: webdav.pl,v 1.14 2005/09/18 13:49:53 as Exp $

'; +$ModulesDescription .= '

$Id: webdav.pl,v 1.15 2006/09/12 16:39:58 as Exp $

'; use vars qw($WebDavCache); @@ -155,7 +155,7 @@ sub put { sub body { local $/; # slurp my $data = ; # can only be read once! - warn $data; + # warn $data; return $data; }