From e7543eb1ff8a8d10aed66f0fee484a9baa08d887 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Fri, 17 Jan 2025 14:31:09 +0100 Subject: [PATCH] xt should check ChangeLog now --- xt/60_changelog.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/60_changelog.t b/xt/60_changelog.t index 4f560b40..cf2ee00f 100644 --- a/xt/60_changelog.t +++ b/xt/60_changelog.t @@ -7,6 +7,6 @@ use Test::More; eval "use Test::CPAN::Changes"; plan skip_all => "Test::CPAN::Changes required for this test" if $@; -changes_file_ok ("Changes"); +changes_file_ok ("ChangeLog"); done_testing;