From a09f678d8254064af7ca6dcfb3c3f84b5ae37b51 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 22 Dec 2019 22:17:37 +0000 Subject: testcommon: add require_mods method and use it This cuts down on lines of code in individual test cases and fixes some misnamed error messages by using "$0" consistently. This will also provide us with a method of swapping out dependencies which provide equivalent functionality (e.g "Xapian" SWIG can replace "Search::Xapian" XS bindings). --- xt/msgtime_cmp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/msgtime_cmp.t') diff --git a/xt/msgtime_cmp.t b/xt/msgtime_cmp.t index 469756c6..4f798006 100644 --- a/xt/msgtime_cmp.t +++ b/xt/msgtime_cmp.t @@ -9,7 +9,7 @@ use PublicInbox::Inbox; use PublicInbox::Git; use PublicInbox::MsgTime qw(msg_timestamp msg_datestamp); use POSIX qw(strftime); -eval { require Date::Parse } or plan skip_all => "Date::Parse missing for $0"; +require_mods('Date::Parse'); my $git; my ($inboxdir, $git_dir) = @ENV{qw(GIANT_INBOX_DIR GIANT_GIT_DIR)}; if (defined $inboxdir) { -- cgit v1.2.3-24-ge0c7