Skip to content

Commit

Permalink
fixing glob behavior on MacOS X when there are spaces in paths (presu…
Browse files Browse the repository at this point in the history
…mably fixes it on other OSes as well).
  • Loading branch information
scottcain committed Nov 11, 2010
1 parent f0e3bed commit 2d4422b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bio/DB/GFF.pm
Expand Up @@ -597,6 +597,7 @@ package Bio::DB::GFF;
use strict;

use IO::File;
use File::Glob ':glob';
use Bio::DB::GFF::Util::Rearrange;
use Bio::DB::GFF::RelSegment;
use Bio::DB::GFF::Feature;
Expand Down

0 comments on commit 2d4422b

Please sign in to comment.