You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2005/04/23 07:25:04 UTC

svn commit: r164338 - /perl/modperl/trunk/lib/Bundle/Apache2.pm

Author: stas
Date: Fri Apr 22 22:24:59 2005
New Revision: 164338

URL: http://svn.apache.org/viewcvs?rev=164338&view=rev
Log:
sort, cleanup

Modified:
    perl/modperl/trunk/lib/Bundle/Apache2.pm

Modified: perl/modperl/trunk/lib/Bundle/Apache2.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Bundle/Apache2.pm?rev=164338&r1=164337&r2=164338&view=diff
==============================================================================
--- perl/modperl/trunk/lib/Bundle/Apache2.pm (original)
+++ perl/modperl/trunk/lib/Bundle/Apache2.pm Fri Apr 22 22:24:59 2005
@@ -24,13 +24,19 @@
 
 Bundle::Apache2 - Install Apache mod_perl2 and related modules
 
+
+
 =head1 SYNOPSIS
 
 C<perl -MCPAN -e 'install Bundle::Apache2'>
 
+
+
 =head1 CONTENTS
 
-LWP                   - Used in testing
+Bundle::ApacheTest    - Needs for testing
+
+CGI  3.08             - Used in testing (it's in core, but some vendors exclude it)
 
 Chatbot::Eliza        - Used in testing
 
@@ -38,11 +44,12 @@
 
 Devel::Symdump        - Symbol table browsing with Apache::Status
 
-CGI  3.08             - Used in testing (it's in core, but some vendors exclude it)
-
 IPC::Run3             - Used in testing
 
-Bundle::ApacheTest    - Needs for testing
+LWP                   - Used in testing
+
+
+
 
 =head1 DESCRIPTION
 
@@ -52,6 +59,8 @@
 along with all the modules contained in the CONTENTS section
 above. Modules that are up to date are not installed, of course.
 
+
+
 =head1 AUTHOR
 
-Doug MacEachern, Stas Bekman
+mod_perl 2 development team