cvs commit: modperl-docs/src/docs/2.0/user/troubleshooting troubleshooting.pod

2004-03-08 Thread stas
stas2004/03/07 20:59:05 Modified:src/docs/2.0/user/troubleshooting troubleshooting.pod Log: document the issue with /dev/random blocking Revision ChangesPath 1.18 +52 -0 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troublesh

cvs commit: modperl-docs/src/docs/2.0/user/config custom.pod

2004-03-08 Thread gozer
gozer 2004/03/08 13:54:05 Modified:src/docs/2.0/user/config custom.pod Log: Fix a small typo: foreach my $k (keys %a, %b) { does not work as expected, must be written as: foreach my $k (keys %a, keys %b) { Revision ChangesPath 1.9 +1 -1 modperl