cvs commit: modperl-2.0 Makefile.PL

2003-03-23 Thread stas
stas2003/03/23 00:11:09 Modified:.Makefile.PL Log: we no longer need to do the trick with docs/api/mod_perl-2.0 outreaching in Makefile.PL, since now the pods get glued to their pm files Revision ChangesPath 1.98 +0 -29 modperl-2.0/Makefile.PL

cvs commit: modperl-2.0/lib/ModPerl BuildMM.pm

2003-03-23 Thread stas
stas2003/03/23 00:35:54 Modified:lib/ModPerl BuildMM.pm Log: on aix blib is not recognized till it gets some arch libs built, so add Apache-Test/lib to @INC Revision ChangesPath 1.4 +4 -3 modperl-2.0/lib/ModPerl/BuildMM.pm Index: BuildMM.pm ===

cvs commit: modperl-2.0/lib/ModPerl BuildMM.pm

2003-03-23 Thread stas
stas2003/03/23 00:37:51 Modified:lib/ModPerl BuildMM.pm Log: it's fatal on aix if blib fails, so nuke it completely Revision ChangesPath 1.5 +2 -3 modperl-2.0/lib/ModPerl/BuildMM.pm Index: BuildMM.pm ==

cvs commit: modperl-2.0 Changes

2003-03-23 Thread stas
stas2003/03/23 19:00:20 Modified:lib/Apache Build.pm lib/ModPerl WrapXS.pm .Changes Log: adjust the generated Makefile's to properly build on aix (tested on powerpc-ibm-aix5.1.0.0) Revision ChangesPath 1.114 +71 -10modpe

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2003-03-23 Thread stas
stas2003/03/23 19:02:10 Modified:lib/ModPerl WrapXS.pm Log: generate exp/def files only on platforms that need them Revision ChangesPath 1.52 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-23 Thread stas
stas2003/03/23 19:11:04 Modified:lib/Apache Build.pm Log: $build->inc in ModPerl::MM needs to return only production include dirs, not the build ones Revision ChangesPath 1.115 +17 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ===

cvs commit: modperl-2.0/lib/ModPerl BuildMM.pm

2003-03-23 Thread stas
stas2003/03/23 20:28:03 Modified:lib/ModPerl BuildMM.pm Log: install the typemap into $(INST_ARCHLIB)/auto/Apache/typemap, so we get it specific for Apache and not in the root of one of the @INC entries (same as mod_perl 1.0) Revision ChangesPath 1.6 +6 -0

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2003-03-23 Thread stas
stas2003/03/23 20:29:45 Modified:lib/ModPerl WrapXS.pm Log: make the autogenerated typemap more-readable (sorted and aligned) Revision ChangesPath 1.53 +12 -4 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ==

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2003-03-23 Thread stas
stas2003/03/23 20:38:19 Modified:lib/ModPerl WrapXS.pm Log: oops. lost the typemap for classes, fix that Revision ChangesPath 1.54 +4 -6 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-03-23 Thread stas
stas2003/03/23 20:47:48 Modified:lib/Apache Build.pm Log: refurbish unused sub typemaps to find the installed Apache typemap Revision ChangesPath 1.116 +11 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm ==

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 20:48:45 Modified:lib/ModPerl MM.pm Log: 3rd party modules MM: fixup INC and TYPEMAPS entries Revision ChangesPath 1.25 +2 -18 modperl-2.0/lib/ModPerl/MM.pm Index: MM.pm ===

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 21:12:26 Modified:lib/ModPerl MM.pm Log: refactor WriteMakefile's code - to allow Makefile.PL to specify its own top-level arguments for WriteMakefile - to allow Makefile.PL re-use the defaults specified in ModPerl::MM Revision ChangesPath 1.26

cvs commit: modperl-2.0/lib/ModPerl MM.pm

2003-03-23 Thread stas
stas2003/03/23 21:43:51 Modified:lib/ModPerl MM.pm Log: use a more flexible approach to retrieve the defauls, by hiding the internal implementation behind a single front end public function. Revision ChangesPath 1.27 +21 -19modperl-2.0/lib/ModPerl/MM.pm

cvs commit: modperl-docs/src/docs/2.0/api/ModPerl MM.pod

2003-03-23 Thread stas
stas2003/03/23 22:02:59 Modified:src/docs/2.0/api/ModPerl MM.pod Log: bring the docs up-to-date with the recent additions to ModPerl::MM Revision ChangesPath 1.2 +92 -9 modperl-docs/src/docs/2.0/api/ModPerl/MM.pod Index: MM.pod ===

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2003-03-23 Thread stas
stas2003/03/23 22:33:32 Modified:lib/ModPerl Code.pm Log: make sure that modperl_largefiles.h and modperl_perl_unembed.h are installed Revision ChangesPath 1.95 +4 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm ===