cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-06-27 Thread stas
stas2004/06/27 14:26:45 Modified:.Changes ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: Registry: remove the misleading prefix "$$: $class:" in the logged error message, since not only registry errors will get logged if $@ is set Revision Ch

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-06-02 Thread stas
stas2004/06/02 15:47:24 Modified:.Changes ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: fix a bug in Registry handlers, where the same error was logged twice and potentially a wrong error code returned Revision ChangesPath 1.386 +3 -

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-05-09 Thread stas
stas2004/05/09 14:01:47 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: make sure that $@ is an APR::Error object Revision ChangesPath 1.48 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-03-10 Thread stas
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

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2004-03-08 Thread stas
stas2004/03/08 22:33:55 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - match FATAL category when unsetting warnings - add a comment explaining why we need to assign empty vars/anon subs when flushing namespaces (to avoid problems with aliases) Revision

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2003-12-18 Thread stas
stas2003/12/18 22:32:28 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: remove devel kraft Revision ChangesPath 1.40 +0 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm ===

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm

2003-08-30 Thread stas
stas2003/08/29 19:35:10 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: adjust to use the C slurp_filename, which now allows to get the data untainted in first place Revision ChangesPath 1.36 +2 -11 mod

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2003-03-02 Thread stas
stas2003/03/02 15:23:57 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: good bye tabs Revision ChangesPath 1.33 +18 -18modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm

2003-03-02 Thread stas
stas2003/03/02 14:47:20 Modified:.Changes ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: move ModPerl::RegistryCooker to use a hash as object (similar to mp1), to make it easier to subclass. Submitted by: N