The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "prereqs" : {
      "test" : {
         "requires" : {
            "Test::More" : "0",
            "Tie::Scalar" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "5.006001",
            "IO::Handle" : "0",
            "DynaLoader" : "0"
         },
         "recommends" : {
            "Encode" : "2.97"
         }
      },
      "build" : {
         "requires" : {
            "Config" : "0"
         }
      }
   },
   "provides" : {
      "Text::CSV_XS" : {
         "version" : "1.35",
         "file" : "CSV_XS.pm"
      }
   },
   "name" : "Text-CSV_XS",
   "generated_by" : "Author",
   "version" : "1.35",
   "abstract" : "Comma-Separated Values manipulation routines",
   "license" : [
      "perl_5"
   ],
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "url" : "https://github.com/Tux/Text-CSV_XS",
         "web" : "https://github.com/Tux/Text-CSV_XS",
         "type" : "git"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "homepage" : "https://metacpan.org/pod/Text::CSV_XS",
      "x_IRC" : "irc://irc.perl.org/#csv"
   },
   "dynamic_config" : 1,
   "author" : [
      "H.Merijn Brand <h.m.brand@xs4all.nl>"
   ],
   "meta-spec" : {
      "version" : 2,
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
   }
}