From 0dbffdf4c72ffab0b1b704b720140a2737a2c758 Mon Sep 17 00:00:00 2001 From: nanto_vi Date: Fri, 9 Aug 2024 18:35:01 +0900 Subject: [PATCH] Integrate Test2-Suite into Test-Simple. --- cpanfile.json5 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cpanfile.json5 b/cpanfile.json5 index 46c78df..332d394 100644 --- a/cpanfile.json5 +++ b/cpanfile.json5 @@ -43,14 +43,16 @@ }, { matchDatasources: ["cpan"], - matchPackageNames: ["Test::More", "Test2", "Test2::API"], + matchPackageNames: [ + "Test::More", + "Test2", + "Test2::API", + "Test2::Plugin::UTF8", + "Test2::Suite", + "Test2::V0", + ], groupName: "Test-Simple", }, - { - matchDatasources: ["cpan"], - matchPackageNames: ["Test2::Plugin::UTF8", "Test2::Suite", "Test2::V0"], - groupName: "Test2-Suite", - }, { matchDatasources: ["cpan"], matchPackageNames: ["URI", "URI::Escape", "URI::QueryParam"],