Codebase list libdbd-csv-perl / upstream/0.5600 META.json
upstream/0.5600

Tree @upstream/0.5600 (Download .tar.gz)

META.json @upstream/0.5600raw · history · blame

{
   "dynamic_config" : 1,
   "generated_by" : "Author",
   "prereqs" : {
      "test" : {
         "requires" : {
            "Cwd" : "0",
            "Test::Harness" : "0",
            "Test::More" : "0.90",
            "charnames" : "0",
            "Encode" : "0"
            },
         "recommends" : {
            "Test::More" : "1.302183"
            }
         },
      "build" : {
         "requires" : {
            "Config" : "0"
            }
         },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "DBI" : "1.628"
            }
         },
      "runtime" : {
         "recommends" : {
            "Text::CSV_XS" : "1.44",
            "DBD::File" : "0.44",
            "SQL::Statement" : "1.414",
            "DBI" : "1.643"
            },
         "requires" : {
            "SQL::Statement" : "1.405",
            "perl" : "5.008001",
            "DBD::File" : "0.42",
            "DBI" : "1.628",
            "Text::CSV_XS" : "1.01"
            }
         }
      },
   "x_installdirs" : "site",
   "name" : "DBD-CSV",
   "release_status" : "stable",
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
      },
   "author" : [
      "Jochen Wiedmann",
      "Jeff Zucker",
      "H.Merijn Brand <h.m.brand@xs4all.nl>",
      "Jens Rehsack <rehsack@cpan.org>"
      ],
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
         ],
      "repository" : {
         "web" : "https://github.com/perl5-dbi/DBD-CSV",
         "type" : "git",
         "url" : "https://github.com/perl5-dbi/DBD-CSV"
         }
      },
   "version" : "0.56",
   "license" : [
      "perl_5"
      ],
   "abstract" : "DBI driver for CSV files",
   "provides" : {
      "DBD::CSV" : {
         "file" : "lib/DBD/CSV.pm",
         "version" : "0.56"
         }
      }
   }