@@ -, +, @@ --- t/lib/Dates.pm | 7 +++++++ 1 file changed, 7 insertions(+) --- a/t/lib/Dates.pm +++ a/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 ); --