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 st...@apache.org on 2016/08/17 13:12:47 UTC

svn commit: r1756629 - /perl/Apache-Test/trunk/lib/Apache/Test.pm

Author: stevehay
Date: Wed Aug 17 13:12:47 2016
New Revision: 1756629

URL: http://svn.apache.org/viewvc?rev=1756629&view=rev
Log:
Fix broken POD

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

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=1756629&r1=1756628&r2=1756629&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Wed Aug 17 13:12:47 2016
@@ -1040,6 +1040,8 @@ if no reason is given a default reason w
 
 =head1 Additional Configuration Variables
 
+=over 4
+
 =item basic_config
 
   my $basic_cfg = Apache::Test::basic_config();
@@ -1072,6 +1074,8 @@ If no arguments are passed, the referenc
 returned. If one or more arguments are passed the corresponding values
 are returned.
 
+=back
+
 =head1 Test::More Integration
 
 There are a few caveats if you want to use I<Apache::Test> with