Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit 8841bfa

Browse files
committed
Add META6.json
1 parent 823a84d commit 8841bfa

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

META6.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"api": 1,
3+
"auth": "github:sfischer13",
4+
"authors": [
5+
"Stefan Fischer <sfischer13@ymail.com>"
6+
],
7+
"depends": [
8+
"Pod::To::Text"
9+
],
10+
"description": "Check whether a string is a palindrome",
11+
"license": "MIT",
12+
"name": "Lingua::Palindrome",
13+
"perl": "6.c",
14+
"production": true,
15+
"provides": {
16+
"Lingua::Palindrome": "lib/Lingua/Palindrome.pm6"
17+
},
18+
"resources": [],
19+
"source-url": "git://github.com/sfischer13/perl6-Lingua-Palindrome.git",
20+
"support": {
21+
"bugtracker": "https://github.com/sfischer13/perl6-Lingua-Palindrome/issues",
22+
"email": "sfischer13@ymail.com",
23+
"source": "git://github.com/sfischer13/perl6-Lingua-Palindrome.git"
24+
},
25+
"tags": [
26+
"alphabet",
27+
"letters",
28+
"palindrome",
29+
"perl6"
30+
],
31+
"test-depends": [
32+
"Test",
33+
"Test::META"
34+
],
35+
"version": "0.1.0"
36+
}

0 commit comments

Comments
 (0)