1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: fix POD syntax error
Around line 105:
=back without =over
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-02-19
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124471
Bug: https://rt.cpan.org/Ticket/Display.html?id=124471
--- a/lib/POE/Filter/SSL/PreFilter.pm
+++ b/lib/POE/Filter/SSL/PreFilter.pm
@@ -102,8 +102,6 @@
This is an extension for some POE::Component::Server modules to use POE::Filters in front of their own used Filters
-=back
-
=head1 SYNOPSIS
By default filters like I<POE::Filter::SSL> can only be used if you specify the filters by
|