Log-Mini/META.json
Denis Fedoseev c1172baf97 Checking in changes prior to tagging of version 0.3.0.
Changelog diff is:

diff --git a/Changes b/Changes
index 2d358bf..d84d2af 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Log-Mini
 
 {{$NEXT}}
 
+0.3.0 2023-03-17T19:35:35Z
+    - Adapter namespace changed
+
 0.2.1 2019-04-18T20:57:59Z
     - Unused imports were removed
2023-03-17 22:35:40 +03:00

72 lines
1.7 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.21, 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.07",
"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" : {
"repository" : {
"type" : "git",
"url" : "ssh://git@git.whataco.de:2221/medvedych/Log-Mini.git"
}
},
"version" : "0.3.0",
"x_contributors" : [
"Denis Fedoseev <denis@fedoseev.work>"
],
"x_serialization_backend" : "JSON::PP version 4.07",
"x_static_install" : 1
}