stas 2004/05/10 13:10:15
Modified: lib/ModPerl Code.pm
Log:
add white space to the make the autogenerated file readable
Revision Changes Path
1.122 +1 -0 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -u -r1.121 -r1.122
--- Code.pm 4 May 2004 06:10:37 -0000 1.121
+++ Code.pm 10 May 2004 20:10:15 -0000 1.122
@@ -364,6 +364,7 @@
EOF
print $c_fh <<EOF;
+
$protostr
{
$prototype->{cfg}->{get};