Up the minimum requirement for XML::RSS to 1.31
Simon Wistow [Thu, 16 Oct 2008 19:13:07 +0000 (19:13 +0000)]
http://rt.cpan.org/Ticket/Display.html?id=23588
(Andreas König ANDK)

Build.PL

index dfe43d4..93b70cd 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my $build = Module::Build
                           'URI::Fetch'                 => 0,
                           'XML::Atom'                  => 0.23,
                           'XML::LibXML'                => 1.66,
-                          'XML::RSS'                   => 1.01,
+                          'XML::RSS'                   => 1.31,
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',