From 86c1f2d4238e10ccb7f6c5a16c62820dee756cc9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 10 Apr 2019 02:06:37 +0000 Subject: [PATCH] Bug 22478: Fix POD Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize (cherry picked from commit ab5a04e885b6a759e62d5fd78608302e89a14166) Signed-off-by: Lucas Gass --- t/lib/Selenium.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/Selenium.pm b/t/lib/Selenium.pm index 538e66864a..be819eaadb 100644 --- a/t/lib/Selenium.pm +++ b/t/lib/Selenium.pm @@ -261,7 +261,7 @@ Add our specific error handler to the driver. It will displayed a trace as well as capture a screenshot of the current screen. So only case you should need it is after you called remove_error_handler -=head remove_error_handler +=head2 remove_error_handler $c->remove_error_handler Do *not* call this method if you are not aware of what it will do! -- 2.39.5