gozer 2003/06/06 00:33:15
Modified: lib/Bundle Apache.pm
Log:
Add Apache::Test to Apache::Bundle to help in its dissemination as
Apache::test's replacement
Reviewed by: stas
Revision Changes Path
1.9 +2 -0 modperl/lib/Bundle/Apache.pm
Index: Apache.pm
===================================================================
RCS file: /home/cvs/modperl/lib/Bundle/Apache.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Apache.pm 28 Jan 2003 00:30:22 -0000 1.8
+++ Apache.pm 6 Jun 2003 07:33:15 -0000 1.9
@@ -50,6 +50,8 @@
Apache::Module - Interface to Apache C module structures
+Apache::Test - Wrapper around the standard "Test.pm" with helpers for testing an Apache
server.
+
=head1 DESCRIPTION
This bundle contains modules used by Apache mod_perl.
|