Skip to content

Commit

Permalink
Add Test2 dependencies to META*
Browse files Browse the repository at this point in the history
  • Loading branch information
lukec committed Jun 14, 2024
1 parent a2c798d commit 124a7f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"Test::Output" : "1.03",
"Test::Simple" : "1.001002",
"Test::Spec" : "0.49",
"Test::TempDir::Tiny" : "0.016"
"Test::TempDir::Tiny" : "0.016",
"Test2::V0" : "0.000163",
"Test2::Plugin::NoWarnings" : "0.10",
"Test2::Plugin::IOEvents" : "0.001001"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ build_requires:
Test::Simple: '1.001002'
Test::Spec: '0.49'
Test::TempDir::Tiny: '0.016'
Test2::V0 : '0.000163'
Test2::Plugin::NoWarnings : '0.10'
Test2::Plugin::IOEvents : '0.001001'
configure_requires:
Module::Build::Tiny: '0.039'
dynamic_config: 0
Expand Down

0 comments on commit 124a7f2

Please sign in to comment.