From f3f99eb4988ffefcef9ebd71ebb1b255a05113d0 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 30 Apr 2019 23:29:15 +0000 Subject: [PATCH] Bug 22478: (RMaint follow-up) Fix blank line before =head1 Signed-off-by: Lucas Gass --- t/lib/Selenium.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib/Selenium.pm b/t/lib/Selenium.pm index be819eaadb..1a932a1abf 100644 --- a/t/lib/Selenium.pm +++ b/t/lib/Selenium.pm @@ -196,6 +196,7 @@ t::lib::Selenium - Selenium helper module The goal of this module is to group the different actions we need when we use automation test using Selenium + =head1 METHODS =head2 new -- 2.20.1