Skip to content

Commit

Permalink
start of regularising across perl versions unigene regex fixes
Browse files Browse the repository at this point in the history
svn path=/bioperl-live/trunk/; revision=4856
  • Loading branch information
birney committed Oct 8, 2002
1 parent 4e325ab commit d3b2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/CoordinateMapper.t
Expand Up @@ -435,7 +435,7 @@ exit; # end of tests

sub compare_arrays {
my ($first, $second) = @_;
no warnings; # silence spurious -w undef complaints

return 0 unless @$first == @$second;
for (my $i = 0; $i < @$first; $i++) {
return 0 if $first->[$i] ne $second->[$i];
Expand Down

0 comments on commit d3b2069

Please sign in to comment.