Skip to content

Commit

Permalink
#6 adds auth
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 16, 2022
1 parent 7ed9645 commit 886e170
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions META6.json
@@ -1,14 +1,23 @@
{
"perl" : "6.c",
"name" : "Number::Denominate",
"license" : "Artistic-2.0",
"version" : "2.002001",
"description" : "Break up numbers into preset or arbitrary denominations",
"depends" : [ "Lingua::Conjunction" ],
"test-depends" : [ "Test" ],
"provides" : {
"Number::Denominate" : "lib/Number/Denominate.pm6"
},
"authors" : ["Zoffix Znet"],
"support" : {"source" : "git://github.com/raku-community-modules/Number-Denominate.git"}
}
"name": "Number::Denominate",
"description": "Break up numbers into preset or arbitrary denominations",
"version": "2.002001",
"perl": "6.c",
"authors": [
"Zoffix Znet"
],
"auth": "zef:raku-community-modules",
"depends": [
"Lingua::Conjunction"
],
"test-depends": [
"Test"
],
"provides": {
"Number::Denominate": "lib/Number/Denominate.pm6"
},
"support": {
"source": "git://github.com/raku-community-modules/Number-Denominate.git"
},
"license": "Artistic-2.0"
}

0 comments on commit 886e170

Please sign in to comment.