Perl-UnQLite/META.json
Tokuhiro Matsuno c29b1690d7 Checking in changes prior to tagging of version 0.04.
Changelog diff is:

diff --git Changes Changes
index ad21f65..b22c1b5 100644
--- Changes
+++ Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.04 2014-08-30T09:33:52Z
+
+    - Fixed packaging issue.
+
 0.03 2013-07-18T03:14:07Z

     - more OPEN consts as mode argument
2014-08-30 18:37:42 +09:00

71 lines
1.7 KiB
JSON

{
"abstract" : "Perl bindings for UnQLite",
"author" : [
"tokuhirom <tokuhirom@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.1.1, CPAN::Meta::Converter version 2.141520",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "UnQLite",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"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" : {
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/tokuhirom/UnQLite/issues"
},
"homepage" : "https://github.com/tokuhirom/UnQLite",
"repository" : {
"type" : "git",
"url" : "git://github.com/tokuhirom/UnQLite.git",
"web" : "https://github.com/tokuhirom/UnQLite"
}
},
"version" : "0.04",
"x_contributors" : [
"Kenichi Ishigaki <ishigaki@cpan.org>",
"Reini Urban <rurban@cpanel.net>"
]
}