From ef7a4ecc49b06f9fc510884adafb95da38fa42c5 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 20 Dec 2015 16:58:42 -0800 Subject: [PATCH] Add blank line. --- Supporters/t/Supporters.t | 1 + 1 file changed, 1 insertion(+) diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index b145d12..bcdf65a 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -10,6 +10,7 @@ use Test::Exception; use Scalar::Util qw(looks_like_number reftype); use POSIX qw(strftime); + # Yes, this may cause tests to fail if you run them near midnight. :) my $today = strftime "%Y-%m-%d", gmtime;