Bug 19176: followup - fix POD in t/lib/Dates.pm
authorJosef Moravec <josef.moravec@gmail.com>
Mon, 23 Oct 2017 22:29:24 +0000 (22:29 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 30 Oct 2017 17:55:18 +0000 (14:55 -0300)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

t/lib/Dates.pm

index 4e0f25f..1aa1adc 100644 (file)
@@ -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 );