On Fri, Jun 26, 2009 at 11:44:37AM +0100, Matthew Booth wrote: [...]
The patch makes a lot of sense ...
@@ -30,6 +30,7 @@ eval "use Sys::Virt;"; eval "use XML::XPath;"; eval "use XML::XPath::XMLParser;"; eval "use YAML::Any;"; +eval "use XML::Writer;";
Is it worth making this module required?
Rich.