Skip to content

Commit

Permalink
⬆️ to release closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 11, 2022
1 parent e35b6a1 commit 7b354e6
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"perl" : "6.c",
"name" : "Test::When",
"license" : "Artistic-2.0",
"version" : "1.001008",
"description" : "Selectively run tests based on the environment and installed modules and libs",
"depends" : [ ],
"test-depends" : [ "Test" ],
"provides" : {
"Test::When" : "lib/Test/When.pm6"
},
"authors" : [ "Zoffix Znet" ],
"source-url" :
"git://github.com/raku-community-modules/Test-When.git"
}
"name": "Test::When",
"description": "Selectively run tests based on the environment and installed modules and libs",
"version": "1.001009",
"perl": "6.c",
"authors": [
"Zoffix Znet"
],
"auth": "zef:raku-community-modules",
"depends": [],
"test-depends": [
"Test"
],
"provides": {
"Test::When": "lib/Test/When.pm6"
},
"license": "Artistic-2.0",
"source-url": "https://github.com/raku-community-modules/Test-When"
}

0 comments on commit 7b354e6

Please sign in to comment.