You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by rj...@apache.org on 2012/01/29 22:21:34 UTC

svn commit: r1237489 - /perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm

Author: rjung
Date: Sun Jan 29 21:21:34 2012
New Revision: 1237489

URL: http://svn.apache.org/viewvc?rev=1237489&view=rev
Log:
Formatting.

Modified:
    perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm

Modified: perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm?rev=1237489&r1=1237488&r2=1237489&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm (original)
+++ perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm Sun Jan 29 21:21:34 2012
@@ -31,31 +31,31 @@ Bundle::ApacheTest - A bundle to install
 
 =head1 CONTENTS
 
-Crypt::SSLeay      - For https support
+Crypt::SSLeay        - For https support
 
-Devel::CoreStack   - For getting core stack info
+Devel::CoreStack     - For getting core stack info
 
-Devel::Symdump     - For, uh, dumping symbols
+Devel::Symdump       - For, uh, dumping symbols
 
-Digest::MD5        - Needed for Digest authentication
+Digest::MD5          - Needed for Digest authentication
 
-URI                - There are URIs everywhere
+URI                  - There are URIs everywhere
 
-Net::Cmd           - For libnet
+Net::Cmd             - For libnet
 
-MIME::Base64       - Used in authentication headers
+MIME::Base64         - Used in authentication headers
 
-HTML::Tagset       - Needed by HTML::Parser
+HTML::Tagset         - Needed by HTML::Parser
 
-HTML::Parser       - Need by HTML::HeadParser
+HTML::Parser         - Need by HTML::HeadParser
 
-HTML::HeadParser   - To get the correct $res->base
+HTML::HeadParser     - To get the correct $res->base
 
-LWP                - For libwww-perl
+LWP                  - For libwww-perl
 
 LWP::Protocol::https - LWP plug-in for the https protocol
 
-IPC::Run3          - Used in Apache::TestSmoke
+IPC::Run3            - Used in Apache::TestSmoke
 
 =head1 DESCRIPTION