Subject: | Use of uninitialized value in concatenation (.) or string at ../lib/Bio/NEXUS.pm line 212. |
Hi Arlin,
it's Rutger. I was playing around with Bio::NEXUS, and the test suite
complained about "Use of uninitialized value in concatenation (.) or
string at ../lib/Bio/NEXUS.pm line 212." when running 02_wrong_format.t,
because the test is parsing a string, so $filename is undefined. I
attached a tiny little patch that fixes it. A propos, is there source
code repository for Bio::NEXUS?
Cheers,
Rutger
Subject: | nexus.patch |
211a212
> my $source = defined $filename ? "'$filename'" : 'string';