Update tests to be compatible with libcgi-perl-pm >=4.58
libcgi-pm-perl changed the cookie expires date format in 4.58 from "DD-MON-YYY" to "DD MON YYYY". This patches changes the regex match character from "\-" to "\s" in the corresponding positions in "make_output_timeless" subroutine definitions, which were causing the package to FTBFS.
The relevant commit in libcgi-pm-perl is libcgi-pm-perl@a01f1330
(Closes: #1054973).
Edited by Chris Peterson