From 757cd852ebfe859d61805fc21f77498bfa9f9e74 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Sun, 29 Sep 2019 08:19:10 +0200 Subject: [PATCH] Complete metadata Refs perl6/Pod-To-Cached#6 Still work in progress while it stays in that directory. --- .idea/misc.xml | 2 +- .idea/modules.xml | 2 +- META6.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ef22fd..1a52d03 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index b2dda38..cff0b07 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/META6.json b/META6.json index 1478b67..767cea1 100644 --- a/META6.json +++ b/META6.json @@ -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+>" ], @@ -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" } \ No newline at end of file