The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "creates and updates RSS files",
   "author" : [
      "Shlomi Fish <shlomif@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.131490",
   "keywords" : [
      "feed",
      "feeds",
      "generate",
      "generating",
      "parse",
      "parsing",
      "rss",
      "RSS",
      "web-feed",
      "web-feeds",
      "xml"
   ],
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "XML-RSS",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Manifest" : "0.9",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.36"
         }
      },
      "runtime" : {
         "requires" : {
            "DateTime" : "0",
            "DateTime::Format::Mail" : "0",
            "DateTime::Format::W3CDTF" : "0",
            "HTML::Entities" : "0",
            "XML::Parser" : "2.23",
            "perl" : "5.008"
         }
      }
   },
   "provides" : {
      "XML::RSS" : {
         "file" : "lib/XML/RSS.pm",
         "version" : "1.54"
      },
      "XML::RSS::Private::Output::Base" : {
         "file" : "lib/XML/RSS/Private/Output/Base.pm"
      },
      "XML::RSS::Private::Output::Roles::ImageDims" : {
         "file" : "lib/XML/RSS/Private/Output/Roles/ImageDims.pm"
      },
      "XML::RSS::Private::Output::Roles::ModulesElems" : {
         "file" : "lib/XML/RSS/Private/Output/Roles/ModulesElems.pm"
      },
      "XML::RSS::Private::Output::V0_9" : {
         "file" : "lib/XML/RSS/Private/Output/V0_9.pm"
      },
      "XML::RSS::Private::Output::V0_91" : {
         "file" : "lib/XML/RSS/Private/Output/V0_91.pm"
      },
      "XML::RSS::Private::Output::V1_0" : {
         "file" : "lib/XML/RSS/Private/Output/V1_0.pm"
      },
      "XML::RSS::Private::Output::V2_0" : {
         "file" : "lib/XML/RSS/Private/Output/V2_0.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "http://perl-rss.sourceforge.net/",
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/shlomif/perl-XML-RSS"
      }
   },
   "version" : "1.54"
}