Skip to content

Commit

Permalink
add Test::META as a testing dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbon-otter committed Feb 12, 2019
1 parent e08d930 commit a15d9ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"authors": [
"ribbon-otter"
],
"depends": [

],
"description": "Supplies a factorial post-fix operator. Then 5!=120",
"license": "Unlicense",
Expand All @@ -13,12 +10,15 @@
"provides": {
"Math::Factorial::Operator": "lib/Factorial.pm6"
},
"depends" : [ ],
"build-depends" : [ ],
"test-depends" : [ "Test::META" ],
"resources": [

],
"source-url": "https://github.com/ribbon-otter/Math-Factorial-Operator.git",
"tags": [

],
"version": "0.1.1"
"version": "0.1.2"
}

0 comments on commit a15d9ac

Please sign in to comment.