1{
2   "generated_by" : "Author",
3   "abstract" : "DBI driver for CSV files",
4   "resources" : {
5      "repository" : {
6         "type" : "git",
7         "web" : "https://github.com/perl5-dbi/DBD-CSV",
8         "url" : "https://github.com/perl5-dbi/DBD-CSV"
9         },
10      "bugtracker" : {
11         "web" : "https://github.com/perl5-dbi/DBD-CSV/issues"
12         },
13      "license" : [
14         "http://dev.perl.org/licenses/"
15         ]
16      },
17   "author" : [
18      "Jochen Wiedmann",
19      "Jeff Zucker",
20      "H.Merijn Brand <h.m.brand@xs4all.nl>",
21      "Jens Rehsack <rehsack@cpan.org>"
22      ],
23   "version" : "0.58",
24   "meta-spec" : {
25      "version" : 2,
26      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
27      },
28   "prereqs" : {
29      "test" : {
30         "recommends" : {
31            "Test::More" : "1.302183"
32            },
33         "requires" : {
34            "Test::Harness" : "0",
35            "Cwd" : "0",
36            "Encode" : "0",
37            "charnames" : "0",
38            "Test::More" : "0.90"
39            }
40         },
41      "configure" : {
42         "requires" : {
43            "DBI" : "1.628",
44            "ExtUtils::MakeMaker" : "0"
45            }
46         },
47      "build" : {
48         "requires" : {
49            "Config" : "0"
50            }
51         },
52      "runtime" : {
53         "requires" : {
54            "Text::CSV_XS" : "1.01",
55            "perl" : "5.008001",
56            "SQL::Statement" : "1.405",
57            "DBD::File" : "0.42",
58            "DBI" : "1.628"
59            },
60         "recommends" : {
61            "SQL::Statement" : "1.414",
62            "Text::CSV_XS" : "1.45",
63            "DBD::File" : "0.44",
64            "DBI" : "1.643"
65            }
66         }
67      },
68   "license" : [
69      "perl_5"
70      ],
71   "name" : "DBD-CSV",
72   "x_installdirs" : "site",
73   "release_status" : "stable",
74   "dynamic_config" : 1,
75   "provides" : {
76      "DBD::CSV" : {
77         "version" : "0.58",
78         "file" : "lib/DBD/CSV.pm"
79         }
80      }
81   }
82