Skip Menu |

This queue is for tickets about the HTTP-WebTest CPAN distribution.

Report information
The Basics
Id: 65503
Status: new
Priority: 0/
Queue: HTTP-WebTest

People
Owner: Nobody in particular
Requestors: ktat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Pod bug
Hi. =headn cannot be written in =over .. =back section. The attached patch uses =over 8 in =over 4 instead of head3. Thanks.
Subject: http-webtest-pod-fix.patch
diff -bur ./original/HTTP/WebTest/Plugin/DefaultReport.pm ./lib/HTTP/WebTest/Plugin/DefaultReport.pm --- ./original/HTTP/WebTest/Plugin/DefaultReport.pm 2011-02-07 03:03:05.689036401 +0900 +++ ./lib/HTTP/WebTest/Plugin/DefaultReport.pm 2011-02-07 03:04:28.559068412 +0900 @@ -103,12 +103,16 @@ Show all tests and the summary -=head3 Default value +=over 8 + +=item Default value C<no> =back +=back + =cut sub param_types { diff -bur ./original/HTTP/WebTest/ReportPlugin.pm ./lib/HTTP/WebTest/ReportPlugin.pm --- ./original/HTTP/WebTest/ReportPlugin.pm 2011-02-07 03:01:53.289034518 +0900 +++ ./lib/HTTP/WebTest/ReportPlugin.pm 2011-02-07 03:04:05.739084034 +0900 @@ -125,12 +125,16 @@ Do not send e-mail. -=head3 Default value +=over 8 + +=item Default value C<no> =back +=back + =head2 mail_server I<GLOBAL PARAMETER> diff -bur ./original/HTTP/WebTest.pm ./lib/HTTP/WebTest.pm --- ./original/HTTP/WebTest.pm 2011-02-07 03:01:44.979065090 +0900 +++ ./lib/HTTP/WebTest.pm 2011-02-07 03:03:28.430328588 +0900 @@ -991,12 +991,16 @@ Do not send e-mail. -=head3 Default value +=over 8 + +=item Default value C<no> =back +=back + =head2 mail_failure_subject I<GLOBAL PARAMETER> @@ -1386,12 +1390,16 @@ Show all tests and the summary -=head3 Default value +=over 8 + +=item Default value C<no> =back +=back + =head2 test_name Name associated with this URL in the test report and error messages.