Author: stas
Date: Tue May 10 21:51:16 2005
New Revision: 169579
URL: http://svn.apache.org/viewcvs?rev=169579&view=rev
Log:
tidy up
Modified:
perl/modperl/trunk/lib/Apache2/Build.pm
Modified: perl/modperl/trunk/lib/Apache2/Build.pm
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/
Author: stas
Date: Tue May 10 21:36:39 2005
New Revision: 169578
URL: http://svn.apache.org/viewcvs?rev=169578&view=rev
Log:
use File::Copy instead of calling an external shell
Contributed by Nick *** <[EMAIL PROTECTED]>
Modified:
perl/modperl/trunk/lib/Apache2/Build.pm
Modified: perl/modper
Author: stas
Date: Tue May 10 20:55:30 2005
New Revision: 169572
URL: http://svn.apache.org/viewcvs?rev=169572&view=rev
Log:
terminate the error message by \n so it won't print an irrelevant:
"at lib/ModPerl/BuildOptions.pm line 109, line 23."
at the end of Usage string
Modified:
perl/modp
Author: stas
Date: Tue May 10 19:33:29 2005
New Revision: 169563
URL: http://svn.apache.org/viewcvs?rev=169563&view=rev
Log:
run the Apache2::MPM->is_threaded check and die only if running under
the mod_perl environment. this will allow the version checking from the command
line by tools like CP
Author: stas
Date: Tue May 10 19:17:16 2005
New Revision: 169560
URL: http://svn.apache.org/viewcvs?rev=169560&view=rev
Log:
introduce ModPerl::RegistryPrefork and ModPerl::PerlRunPrefork, which
behave the same as ModPerl::Registry and ModPerl::PerlRun,
respectively, but chdir to the script's dire
Author: stas
Date: Tue May 10 19:13:36 2005
New Revision: 169558
URL: http://svn.apache.org/viewcvs?rev=169558&view=rev
Log:
ModPerl::RegistryCooker::chdir_file_normal() now chdirs to the current
script's directory or the specified directory as an argument, as it
was planned in first place. Theref
Author: stas
Date: Tue May 10 19:08:31 2005
New Revision: 169553
URL: http://svn.apache.org/viewcvs?rev=169553&view=rev
Log:
collapse the duplicated use into one
Modified:
perl/modperl/trunk/ModPerl-Registry/t/basic.t
Modified: perl/modperl/trunk/ModPerl-Registry/t/basic.t
URL:
http://svn.a
Author: stas
Date: Tue May 10 19:07:52 2005
New Revision: 169552
URL: http://svn.apache.org/viewcvs?rev=169552&view=rev
Log:
prevent undef warnings in catfile() calls in Apache2::Build when
called from the ModPerl-Registry tree
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/lib/A
Author: randyk
Date: Tue May 10 09:07:55 2005
New Revision: 169487
URL: http://svn.apache.org/viewcvs?rev=169487&view=rev
Log:
Add is_EOF, is_ECONNABORTED, and is_TIMEUP functions to
APR::Status, and use these in the t/protocol/ tests, rather
than checking directly against the appropriate APR::Con