Force a non-segfaulting version of XML::LibXML v0.20
Simon Wistow [Wed, 15 Oct 2008 18:04:55 +0000 (18:04 +0000)]
Build.PL

index 5932e9a..dfe43d4 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -16,8 +16,9 @@ my $build = Module::Build
                           'List::Util'                 => 0,
                           'LWP::UserAgent'             => 0,
                           'URI::Fetch'                 => 0,
-                          'XML::RSS'                   => 1.01,
                           'XML::Atom'                  => 0.23,
+                          'XML::LibXML'                => 1.66,
+                          'XML::RSS'                   => 1.01,
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',