stas2004/03/10 22:34:24
Modified:lib/Apache Reload.pm
Log:
a few readability tweaks
Revision ChangesPath
1.14 +3 -3 modperl-2.0/lib/Apache/Reload.pm
Index: Reload.pm
===
RCS file: /home
stas2004/03/10 15:19:44
Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm
.Changes
Log:
Fix Registry handlers, not to lose the execution errors, when they
include END blocks
Revision ChangesPath
1.45 +13 -5 modperl-2.0/ModPerl-R
stas2004/03/10 14:59:09
Modified:ModPerl-Registry/t basic.t
Added: ModPerl-Registry/t/cgi-bin exit.pl
Log:
a very simple exit test
Revision ChangesPath
1.1 modperl-2.0/ModPerl-Registry/t/cgi-bin/exit.pl
Index: exit.pl
==
stas2004/03/10 14:47:40
Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm
Log:
explain why substr($@, 0, 4) ne " at " doesn't constitute a failure
Revision ChangesPath
1.44 +5 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
Index: Re