From 22d64d7175096cf4acddb1cf22f42b6068333715 Mon Sep 17 00:00:00 2001 From: elia Date: Tue, 25 Feb 2003 13:00:48 +0000 Subject: [PATCH] Added XML module dependencies for XML parsing, was dieing silently because of STDERR going to dev null probably not much we can do about that svn path=/bioperl-pipeline/trunk/; revision=12749 --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 335e88f..e58aa97 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,8 @@ # All Bioperl dependencies on external modules are defined here %packages = ( + 'XML::SAX::Base' => '0.0/XML Parser/loading BioPipe XML files/XMLImporter', + 'XML::SimpleObject' => '0.0/XML Parser/loading BioPipe XML files/XMLImporter', 'DBD::mysql' => '0.0/Mysql driver/loading', );