10 #This should solve problem installing Perl's DB_File & GraphViz
11 - "sudo apt-get install libdb-dev graphviz 2>&1 | tail -n 4"
12 #These are recommended or required Perl libraries:
13 - "cpanm --notest HTML::TableExtract DBI Data::Stag DB_File 2>&1 | tail -n 1"
14 - "cpanm --notest DBD::mysql DBD::Pg DBD::SQLite 2>&1 | tail -n 1"
15 - "cpanm --notest Algorithm::Munkres Array::Compare Convert::Binary::C Error 2>&1 | tail -n 1"
16 - "cpanm --notest Graph SVG SVG::Graph GraphViz 2>&1 | tail -n 1"
17 - "cpanm --notest XML::DOM::XPath XML::Parser XML::Parser::PerlSAX 2>&1 | tail -n 1"
18 - "cpanm --notest XML::SAX XML::SAX::Writer XML::Simple XML::Twig XML::Writer 2>&1 | tail -n 1"
19 - "cpanm --notest PostScript::TextBlock Set::Scalar Sort::Naturally YAML | tail -n 1"
20 - "cpanm --notest Math::Random SOAP::Lite Spreadsheet::ParseExcel | tail -n 1"
21 #This installs BioPerl itself:
22 - "perl ./Build.PL --accept"
32 #TODO - send emails to bioperl-guts-l