Skip Menu |

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

Report information
The Basics
Id: 46038
Status: resolved
Priority: 0/
Queue: HTTP-Daemon-SSL

People
Owner: Nobody in particular
Requestors: reenen [...] gmail.com
Cc:
AdminCc:

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



Subject: POD missing back
Hi, perldoc HTTP::Daemon::SSL complains about a missing =back. The following fixes this and adds a POD check via Test::Pod: diff -u -N -r HTTP-Daemon-SSL-1.04/SSL.pm HTTP-Daemon-SSL-1.04.reenen/SSL.pm --- HTTP-Daemon-SSL-1.04/SSL.pm 2008-02-12 01:27:03.000000000 +0000 +++ HTTP-Daemon-SSL-1.04.reenen/SSL.pm 2009-05-13 12:04:19.000000000 +0100 @@ -161,6 +161,8 @@ *DEBUG = \$HTTP::Daemon::DEBUG; +=back + =head1 SEE ALSO RFC 2068 diff -u -N -r HTTP-Daemon-SSL-1.04/t/pod.t HTTP-Daemon-SSL-1.04.reenen/t/pod.t --- HTTP-Daemon-SSL-1.04/t/pod.t 1970-01-01 01:00:00.000000000 +0100 +++ HTTP-Daemon-SSL-1.04.reenen/t/pod.t 2009-05-13 12:01:47.000000000 +0100 @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok();
fixed in 1.05_01 dev release