[Bioperl-guts-l] bioperl-live/Bio/DB GFF.pm,1.148,1.149
Dave Messina
dave_messina at dev.open-bio.org
Fri Apr 20 14:34:32 EDT 2007
Update of /home/repository/bioperl/bioperl-live/Bio/DB
In directory dev.open-bio.org:/tmp/cvs-serv19995/Bio/DB
Modified Files:
GFF.pm
Log Message:
FIX: fixing typo for cvs-less Aaron Mackey.
Index: GFF.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/GFF.pm,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** GFF.pm 20 Apr 2007 16:13:13 -0000 1.148
--- GFF.pm 20 Apr 2007 18:34:29 -0000 1.149
***************
*** 3253,3257 ****
for my $type (@$types) {
my ($method,$source) = @$type;
! $method = $method ? " \\Q$method\\E" : ".*";
$source = $source ? ":\\Q$source\\E" : "(?::.+)?";
push @expr,"${method}${source}";
--- 3253,3257 ----
for my $type (@$types) {
my ($method,$source) = @$type;
! $method = $method ? "\\Q$method\\E" : ".*";
$source = $source ? ":\\Q$source\\E" : "(?::.+)?";
push @expr,"${method}${source}";
More information about the Bioperl-guts-l
mailing list