ports/devel/p5-Date-Extract/patches/patch-t_05-format_t

9 lines
330 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- t/05-format.t.orig Thu Jun 5 06:49:52 2014
+++ t/05-format.t Thu Oct 15 09:31:00 2015
@@ -22,4 +22,4 @@ is($verbatim, 'Today', 'returns verbatim text');
$parser = Date::Extract->new(format => 'epoch');
my $epoch = $parser->extract($in);
-is($epoch, 1195171200, 'returns epoch');
+is($epoch, 1195181332, 'returns epoch');