Splicedseq.t: Fixed crash caused by missing LWP::UserAgent by
commit1739e40bc25dddb9014fb495839ee868ee0cf544
authorFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Wed, 5 Nov 2014 23:47:35 +0000 (5 20:47 -0300)
committerFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Wed, 5 Nov 2014 23:47:35 +0000 (5 20:47 -0300)
treecb4dd9da1c5689f0ef25782bbd1059b2eddf3a9e
parentbd8dd75d72644ca4efc3f9188b0e134869dcb3bd
Splicedseq.t: Fixed crash caused by missing LWP::UserAgent by
moving Bio::DB::GenBank from the eval block to the test_skip
requirement section, which avoids Perl trying to call it and
crashing somehow because of its dependency on LWP::UserAgent.
Tested both with and without LWP::UserAgent and runs fine.
t/SeqIO/Splicedseq.t