From 895e38b0638ecdbc63287635ece1703b30e5e74b Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Thu, 21 Feb 2019 23:27:44 +0300 Subject: [PATCH] Checking in changes prior to tagging of version 0.0.1. Changelog diff is: diff --git a/Changes b/Changes index 7a364ed..a0280f0 100644 --- a/Changes +++ b/Changes @@ -2,5 +2,7 @@ Revision history for Perl extension Log-Mini {{$NEXT}} +0.0.1 2019-02-21T20:27:25Z + - original version --- .gitignore | 4 +++- Changes | 2 ++ META.json | 11 +++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16677aa..f085f22 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,6 @@ MYMETA.* Log-Mini.iml Log-Mini.ipr -Log-Mini.iws \ No newline at end of file +Log-Mini.iws + +.pause \ No newline at end of file diff --git a/Changes b/Changes index 7a364ed..a0280f0 100644 --- a/Changes +++ b/Changes @@ -2,5 +2,7 @@ Revision history for Perl extension Log-Mini {{$NEXT}} +0.0.1 2019-02-21T20:27:25Z + - original version diff --git a/META.json b/META.json index 9ae9a24..fc89b4b 100644 --- a/META.json +++ b/META.json @@ -57,6 +57,17 @@ } }, "release_status" : "unstable", + "resources" : { + "bugtracker" : { + "web" : "https://github.com/alpha6/Log-Mini/issues" + }, + "homepage" : "https://github.com/alpha6/Log-Mini", + "repository" : { + "type" : "git", + "url" : "git://github.com/alpha6/Log-Mini.git", + "web" : "https://github.com/alpha6/Log-Mini" + } + }, "version" : "0.0.1", "x_serialization_backend" : "JSON::PP version 2.93", "x_static_install" : 1