summaryrefslogtreecommitdiff
path: root/MYMETA.json
diff options
context:
space:
mode:
Diffstat (limited to 'MYMETA.json')
-rw-r--r--MYMETA.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/MYMETA.json b/MYMETA.json
new file mode 100644
index 0000000..3b56414
--- /dev/null
+++ b/MYMETA.json
@@ -0,0 +1,61 @@
+{
+ "abstract" : "Self Contained SQLite RDBMS in a DBI Driver",
+ "author" : [
+ "Adam Kennedy <adamk@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "DBD-SQLite",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc",
+ "util"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "DBI" : "1.57",
+ "ExtUtils::MakeMaker" : "6.48",
+ "File::Spec" : "0.82"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "DBI" : "1.57",
+ "File::Spec" : "0.82",
+ "Test::Builder" : "0.86",
+ "Test::More" : "0.47",
+ "Tie::Hash" : "0",
+ "perl" : "5.006"
+ }
+ }
+ },
+ "release_status" : "testing",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite"
+ },
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
+ "repository" : {
+ "url" : "http://svn.ali.as/cpan/trunk/DBD-SQLite"
+ },
+ "x_MailingList" : "http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite"
+ },
+ "version" : "1.38_01"
+}