The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Meta-Wrapper for reading spreadsheet data",
   "name" : "Spreadsheet-Read",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Harness" : "0",
            "Test::NoWarnings" : "0",
            "Test::More" : "0.88"
         },
         "recommends" : {
            "Test::More" : "1.302120"
         }
      },
      "runtime" : {
         "requires" : {
            "Data::Dumper" : "0",
            "Data::Peek" : "0",
            "Exporter" : "0",
            "Carp" : "0",
            "perl" : "5.008001",
            "Encode" : "0",
            "File::Temp" : "0.22"
         },
         "recommends" : {
            "IO::Scalar" : "0",
            "File::Temp" : "0.2304",
            "Data::Peek" : "0.47"
         }
      }
   },
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "type" : "git",
         "web" : "https://github.com/Tux/Spreadsheet-Read",
         "url" : "https://github.com/Tux/Spreadsheet-Read"
      }
   },
   "provides" : {
      "Spreadsheet::Read" : {
         "file" : "Read.pm",
         "version" : "0.78"
      }
   },
   "license" : [
      "perl_5"
   ],
   "dynamic_config" : 1,
   "author" : [
      "H.Merijn Brand <h.m.brand@xs4all.nl>"
   ],
   "release_status" : "stable",
   "optional_features" : {
      "opt_tools" : {
         "description" : "Spreadsheet tools",
         "prereqs" : {
            "runtime" : {
               "recommends" : {
                  "Tk::NoteBook" : "0",
                  "Tk" : "804.034",
                  "Tk::TableMatrix::Spreadsheet" : "0"
               }
            }
         }
      },
      "opt_csv" : {
         "description" : "Provides parsing of CSV streams",
         "prereqs" : {
            "runtime" : {
               "recommends" : {
                  "Text::CSV_XS" : "1.34",
                  "Text::CSV_PP" : "1.95",
                  "Text::CSV" : "1.95"
               },
               "requires" : {
                  "Text::CSV_XS" : "0.71"
               }
            }
         }
      },
      "opt_oo" : {
         "description" : "Provides parsing of OpenOffice spreadsheets",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "Spreadsheet::ReadSXC" : "0.20"
               }
            }
         }
      },
      "opt_excelx" : {
         "prereqs" : {
            "runtime" : {
               "recommends" : {
                  "Spreadsheet::ParseXLSX" : "0.27"
               },
               "requires" : {
                  "Spreadsheet::ParseExcel::FmtDefault" : "0",
                  "Spreadsheet::ParseXLSX" : "0.13"
               }
            }
         },
         "description" : "Provides parsing of Microsoft Excel 2007 files"
      },
      "opt_excel" : {
         "description" : "Provides parsing of Microsoft Excel files",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "Spreadsheet::ParseExcel" : "0.34",
                  "Spreadsheet::ParseExcel::FmtDefault" : "0"
               },
               "recommends" : {
                  "Spreadsheet::ParseExcel" : "0.65"
               }
            }
         }
      }
   },
   "generated_by" : "Author",
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "version" : "0.78"
}