Skip to content

Commit

Permalink
Merge pull request #87 from hatena/integrate-test2-suite
Browse files Browse the repository at this point in the history
Integrate Perl Test2-Suite distribution into Test-Simple distribution
  • Loading branch information
nanto authored Aug 9, 2024
2 parents d4ce281 + 0dbffdf commit bf6173d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cpanfile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit bf6173d

Please sign in to comment.