Author: stas
Date: Sun Dec 5 07:52:42 2004
New Revision: 109884
URL: http://svn.apache.org/viewcvs?view=rev&rev=109884
Log:
Starting from ExtUtils::MakeMaker 6.22 it no longer generates
pm_to_blib target, but pm_to_blib.ts, so needed to fix the glue_pod
target, so install will work correctly
Mod
Author: stas
Date: Sun Dec 5 08:14:22 2004
New Revision: 109885
URL: http://svn.apache.org/viewcvs?view=rev&rev=109885
Log:
finish the previous attempt to fix pm_to_blib target rename
Modified:
perl/modperl/trunk/lib/ModPerl/BuildMM.pm
Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm
Url:
Author: stas
Date: Sun Dec 5 08:37:35 2004
New Revision: 109886
URL: http://svn.apache.org/viewcvs?view=rev&rev=109886
Log:
add ignore files:
pm_to_blib.ts
blibdirs.ts
Makefile.old
Modified:
perl/modperl/trunk/ (props changed)
perl/modperl/trunk/xs/ (props changed)
perl/modperl/trun
Author: stas
Date: Sun Dec 5 08:39:57 2004
New Revision: 109888
URL: http://svn.apache.org/viewcvs?view=rev&rev=109888
Log:
ignore files:
pm_to_blib.ts
blibdirs.ts
Makefile.old
Modified:
perl/modperl/trunk/ModPerl-Registry/ (props changed)
perl/modperl/trunk/xs/APR/APR/ (props changed)
Author: stas
Date: Sun Dec 5 10:55:24 2004
New Revision: 109900
URL: http://svn.apache.org/viewcvs?view=rev&rev=109900
Log:
create a new subpool modperl_server_user_pool (from
modperl_server_pool), which is handed to users via
Apache::ServerUtil::base_server_pool(). This ensures that
user-registe
Author: stas
Date: Sun Dec 5 11:09:51 2004
New Revision: 109902
URL: http://svn.apache.org/viewcvs?view=rev&rev=109902
Log:
add some visual feedback on the process that gets shutdown
Modified:
perl/modperl/trunk/t/response/TestAPI/request_util.pm
Modified: perl/modperl/trunk/t/response/TestA