Skip to content

Commit 757cd85

Browse files
committed
Complete metadata
Refs perl6/Pod-To-Cached#6 Still work in progress while it stays in that directory.
1 parent e719c5f commit 757cd85

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎.idea/misc.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎META6.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "Pod::To::Cached",
3-
"description": "Precompile a collection of pod files into a cache.",
4-
"version": "0.4.0",
2+
"name": "CompUnit::PrecompilationRepository::Document",
3+
"description": "Precompiled (mainly) document file.",
4+
"version": "0.1.0",
55
"perl": "6.*",
66
"authors": "Richard Hainsworth",
7+
"auth": "github:perl6",
78
"depends": [
89
"JSON::Fast:ver<0.9.18+>"
910
],
@@ -12,13 +13,12 @@
1213
"Test::Output"
1314
],
1415
"provides":{
15-
"CompUnit::PrecompilationRepository::Document": "lib/CompUnit/PrecompilationRepository/Document.pm6",
16-
"Pod::To::Cached": "lib/Pod/To/Cached.pm6"
16+
"CompUnit::PrecompilationRepository::Document": "lib/CompUnit/PrecompilationRepository/Document.pm6"
1717
},
1818
"support":{
19-
"source": "https://github.com/perl6/Pod-To-Cached/issues"
19+
"source": "https://github.com/perl6/CompUnit-PrecompilationRepository-Document/issues"
2020
},
2121
"license": "Artistic-2.0",
22-
"source-url": "https://github.com/perl6/Pod-To-Cached.git",
22+
"source-url": "https://github.com/perl6/CompUnit-PrecompilationRepository-Document.git",
2323
"source-type": "git"
2424
}

0 commit comments

Comments
(0)