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"],