From 751456d7a0a827c7bdbf1219cb80b045d2a63e6f Mon Sep 17 00:00:00 2001
From: Josef Moravec <josef.moravec@gmail.com>
Date: Mon, 23 Oct 2017 22:29:24 +0000
Subject: [PATCH] Bug 19176: followup - fix POD in t/lib/Dates.pm

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 t/lib/Dates.pm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/t/lib/Dates.pm b/t/lib/Dates.pm
index 4e0f25f..1aa1adc 100644
--- a/t/lib/Dates.pm
+++ b/t/lib/Dates.pm
@@ -4,6 +4,13 @@ use Modern::Perl;
 use Test::More;
 use Koha::DateUtils;
 use DateTime;
+
+=head1 NAME
+
+t::lib::Dates.pm - test helper module for working with dates
+
+=head1 METHODS
+
 =head2 compare
 
   compare( $got_dt, $expected_dt, $test_description );
-- 
2.1.4