Skip to content

Commit

Permalink
Added XML module dependencies for XML parsing, was dieing silently be…
Browse files Browse the repository at this point in the history
…cause of STDERR going to dev null probably not much we can do about that

svn path=/bioperl-pipeline/trunk/; revision=12749
  • Loading branch information
elia committed Feb 25, 2003
1 parent 51ca1b8 commit 22d64d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -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',
);

Expand Down

0 comments on commit 22d64d7

Please sign in to comment.