Skip to content

Commit

Permalink
Complete metadata
Browse files Browse the repository at this point in the history
Refs perl6/Pod-To-Cached#6

Still work in progress while it stays in that directory.
  • Loading branch information
JJ committed Sep 29, 2019
1 parent e719c5f commit 757cd85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Pod::To::Cached",
"description": "Precompile a collection of pod files into a cache.",
"version": "0.4.0",
"name": "CompUnit::PrecompilationRepository::Document",
"description": "Precompiled (mainly) document file.",
"version": "0.1.0",
"perl": "6.*",
"authors": "Richard Hainsworth",
"auth": "github:perl6",
"depends": [
"JSON::Fast:ver<0.9.18+>"
],
Expand All @@ -12,13 +13,12 @@
"Test::Output"
],
"provides": {
"CompUnit::PrecompilationRepository::Document": "lib/CompUnit/PrecompilationRepository/Document.pm6",
"Pod::To::Cached": "lib/Pod/To/Cached.pm6"
"CompUnit::PrecompilationRepository::Document": "lib/CompUnit/PrecompilationRepository/Document.pm6"
},
"support": {
"source": "https://github.com/perl6/Pod-To-Cached/issues"
"source": "https://github.com/perl6/CompUnit-PrecompilationRepository-Document/issues"
},
"license": "Artistic-2.0",
"source-url": "https://github.com/perl6/Pod-To-Cached.git",
"source-url": "https://github.com/perl6/CompUnit-PrecompilationRepository-Document.git",
"source-type": "git"
}

0 comments on commit 757cd85

Please sign in to comment.