stas2003/03/12 22:10:46
Modified:.Makefile.PL Changes
lib/Apache Build.pm
Log:
'make install' now installs mod_perl*h files under httpd's include tree
Revision ChangesPath
1.92 +20 -8 modperl-2.0/Makefile.PL
Index: Makefile.PL
==
stas2003/03/12 19:02:46
Added: t/response/TestModperl perl.pm
Log:
- start a test for perl functions with workarounds in mod_perl
- test crypt
Revision ChangesPath
1.1 modperl-2.0/t/response/TestModperl/perl.pm
Index: perl.pm
==
stas2003/03/12 18:12:49
Modified:t/response/TestCompat apache_util.pm
Log:
rework the test to actually run the sub-test for validate_password on
platforms that we know C crypt() works on
Revision ChangesPath
1.2 +13 -8 modperl-2.0/t/response/TestCompat/apa
stas2003/03/12 17:14:37
Modified:src/docs/2.0/user/compat compat.pod
Log:
- drop entries for functions which are the same, but live in different
package (should use MethodLookup instead, or otherwise we end up having
the whole API in that doc)
- a few corrections for other
stas2003/03/12 17:05:33
Modified:src/docs/2.0/api/Apache RequestRec.pod RequestUtil.pod
Log:
document $r->main/ add an xref to is_initial_req
Revision ChangesPath
1.3 +13 -7 modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod
Index: RequestRec.pod
===
stas2003/03/12 16:47:54
Modified:lib/ModPerl WrapXS.pm
Log:
a workaround for ap_sub_req_* functions
Revision ChangesPath
1.49 +5 -0 modperl-2.0/lib/ModPerl/WrapXS.pm
Index: WrapXS.pm
===
stas2003/03/12 16:26:40
Modified:src/docs/2.0/user/compat compat.pod
Log:
move the env vars issues together
Revision ChangesPath
1.58 +17 -15modperl-docs/src/docs/2.0/user/compat/compat.pod
Index: compat.pod