stas 2004/01/22 13:57:49
Modified: t/htdocs/vhost startup.pl Log: wrap a long line comment Revision Changes Path 1.2 +2 -1 modperl-2.0/t/htdocs/vhost/startup.pl Index: startup.pl =================================================================== RCS file: /home/cvs/modperl-2.0/t/htdocs/vhost/startup.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- startup.pl 22 Jan 2004 21:55:49 -0000 1.1 +++ startup.pl 22 Jan 2004 21:57:49 -0000 1.2 @@ -8,7 +8,8 @@ use File::Spec::Functions qw(catdir); # base server -# XXX: at the moment this is wrong, since it return the base server $s and not the vhost's one. needs to be fixed. +# XXX: at the moment this is wrong, since it return the base server $s +# and not the vhost's one. needs to be fixed. my $s = Apache->server; my $vhost_doc_root = catdir Apache::Server::server_root, qw(htdocs vhost);