Several LocalDB tests were failing for Windows' ActivePerl,
commitaa377fce499e7376d1eb4eabc658dcdd97278e98
authorFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Mon, 28 Apr 2014 23:06:35 +0000 (28 19:06 -0400)
committerFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Mon, 28 Apr 2014 23:06:35 +0000 (28 19:06 -0400)
tree61be11a60e43a806076ee49ce6788e84c8464002
parent23310430be61293dd326525802a3ecc9cf932872
Several LocalDB tests were failing for Windows' ActivePerl,
because ActivePerl were producing a ".index.pag" and ".index.dir"
files instead of a single ".index" file (like Strawberry Perl).
Also, ActivePerl were not deleting temporary files if their
tied-hash was not made undef after the untie on DESTROY,
and had to add several explicit DESTROY calls to test files.
Bio/DB/IndexedBase.pm
Bio/Index/Abstract.pm
t/LocalDB/Fasta.t
t/LocalDB/Index/Blast.t
t/LocalDB/Index/BlastTable.t