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

2003-02-06 Thread stas
stas2003/02/06 16:12:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: always return the run's return status if it's not Apache::OK Revision ChangesPath 1.31 +5 -7 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryC

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

2003-01-17 Thread stas
stas2003/01/17 18:04:32 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: apparently there is not much use for the return status of eval Revision ChangesPath 1.29 +3 -6 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: Registr

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

2002-12-29 Thread stas
stas2002/12/29 02:08:08 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: support the NameWithVirtualHost setting in namespace_from_uri() as in 1.0 (would be nice to add a test, but I'm not sure how to do that) Revision

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

2002-12-27 Thread stas
stas2002/12/27 23:13:26 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: constant.pm already wrappes the values into a sub call, so no need to do it twice Revision ChangesPath 1.25 +3 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.p

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

2002-08-16 Thread stas
stas2002/08/16 01:05:50 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: introduce the constant ModPerl::RegistryCooker::NAMESPACE_ROOT, so the same root can be re-used in the RegistryLoader Revision ChangesPath

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

2002-08-15 Thread stas
stas2002/08/16 00:07:38 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: a typo fix Revision ChangesPath 1.21 +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

2002-08-15 Thread stas
stas2002/08/15 23:59:52 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: a nicer way to call a code ref Revision ChangesPath 1.20 +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

2002-08-15 Thread stas
stas2002/08/15 23:59:02 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: fix the notes() setting, which was broken Revision ChangesPath 1.19 +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 Registry.pm PerlRun.pm

2002-08-15 Thread stas
stas2002/08/15 23:58:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Registry.pm PerlRun.pm Log: use ModPerl::ROOT:: symbol table for the common root of compiled packages, but child nodes diverge into different subtrees by the driving package

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

2002-08-15 Thread stas
stas2002/08/15 07:26:10 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: sync with registry in mod_perl 1.0: properly handle return status Revision ChangesPath 1.16 +7 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: Reg

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

2002-08-15 Thread stas
stas2002/08/15 05:59:38 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: move the setting of %@ into the log_error() method, so it'll be set on any errors Revision ChangesPath 1.15 +1 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.

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

2002-08-15 Thread stas
stas2002/08/15 05:34:20 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: s/$o/$self/g, $o looks silly Revision ChangesPath 1.14 +113 -113 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

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

2002-08-14 Thread stas
stas2002/08/14 07:38:07 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: syncing with 1.0's registry: geoff's patch to set error-notes on error Revision ChangesPath 1.12 +7 -2 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index

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

2002-08-14 Thread stas
stas2002/08/14 05:52:37 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: sync with 1.0 registry: check that the prototype is defined in flush_namespace Revision ChangesPath 1.11 +1 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

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

2002-07-30 Thread stas
stas2002/07/30 11:27:17 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: the switch callback function must return a defined value Revision ChangesPath 1.10 +2 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCook

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

2002-07-30 Thread stas
stas2002/07/30 02:44:03 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: disable the taint warning till we get the taint flag set on -T Revision ChangesPath 1.9 +4 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: Regist

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

2002-06-14 Thread stas
stas2002/06/14 21:51:25 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: properly propogate back the error codes and abort where things fail Revision ChangesPath 1.8 +3 -1 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: R

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

2002-05-14 Thread stas
stas02/05/14 08:45:06 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - use the missing Apache::RequestRec - no need for $r->seqno Revision ChangesPath 1.7 +4 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: Registry

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

2002-04-16 Thread dougm
dougm 02/04/16 10:14:16 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: Apache->server->dir_config crashes on win32; comment it out for the moment Revision ChangesPath 1.6 +5 -4 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Ind