895e38b063
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
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"abstract" : "It's a very simple logger which can log your messages to a file or STDERR.",
|
|
"author" : [
|
|
"Denis Fedoseev <denis.fedoseev@gmail.com>"
|
|
],
|
|
"dynamic_config" : 0,
|
|
"generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010",
|
|
"license" : [
|
|
"perl_5"
|
|
],
|
|
"meta-spec" : {
|
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
"version" : 2
|
|
},
|
|
"name" : "Log-Mini",
|
|
"no_index" : {
|
|
"directory" : [
|
|
"t",
|
|
"xt",
|
|
"inc",
|
|
"share",
|
|
"eg",
|
|
"examples",
|
|
"author",
|
|
"builder"
|
|
]
|
|
},
|
|
"prereqs" : {
|
|
"configure" : {
|
|
"requires" : {
|
|
"Module::Build::Tiny" : "0.035"
|
|
}
|
|
},
|
|
"develop" : {
|
|
"requires" : {
|
|
"Test::CPAN::Meta" : "0",
|
|
"Test::MinimumVersion::Fast" : "0.04",
|
|
"Test::PAUSE::Permissions" : "0.04",
|
|
"Test::Pod" : "1.41",
|
|
"Test::Spellunker" : "v0.2.7"
|
|
}
|
|
},
|
|
"runtime" : {
|
|
"requires" : {
|
|
"Carp" : "0",
|
|
"List::Util" : "0",
|
|
"Time::Moment" : "0",
|
|
"perl" : "5.008001"
|
|
}
|
|
},
|
|
"test" : {
|
|
"requires" : {
|
|
"Capture::Tiny" : "0",
|
|
"Test::Fatal" : "0",
|
|
"Test::More" : "0.98"
|
|
}
|
|
}
|
|
},
|
|
"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
|
|
}
|