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
This commit is contained in:
parent
ed51b08c16
commit
895e38b063
3 changed files with 16 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -32,4 +32,6 @@ MYMETA.*
|
||||||
|
|
||||||
Log-Mini.iml
|
Log-Mini.iml
|
||||||
Log-Mini.ipr
|
Log-Mini.ipr
|
||||||
Log-Mini.iws
|
Log-Mini.iws
|
||||||
|
|
||||||
|
.pause
|
2
Changes
2
Changes
|
@ -2,5 +2,7 @@ Revision history for Perl extension Log-Mini
|
||||||
|
|
||||||
{{$NEXT}}
|
{{$NEXT}}
|
||||||
|
|
||||||
|
0.0.1 2019-02-21T20:27:25Z
|
||||||
|
|
||||||
- original version
|
- original version
|
||||||
|
|
||||||
|
|
11
META.json
11
META.json
|
@ -57,6 +57,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "unstable",
|
"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",
|
"version" : "0.0.1",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.93",
|
"x_serialization_backend" : "JSON::PP version 2.93",
|
||||||
"x_static_install" : 1
|
"x_static_install" : 1
|
||||||
|
|
Loading…
Reference in a new issue