[Bioperl-guts-l] bioperl-live/Bio PullParserI.pm,1.9,1.10
Senduran Balasubramaniam
sendu at dev.open-bio.org
Thu Sep 28 14:42:23 EDT 2006
Update of /home/repository/bioperl/bioperl-live/Bio
In directory dev.open-bio.org:/tmp/cvs-serv10701/Bio
Modified Files:
PullParserI.pm
Log Message:
filehandle was already lexically scoped; avoid redeclaration
Index: PullParserI.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/PullParserI.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PullParserI.pm 28 Sep 2006 18:27:22 -0000 1.9
--- PullParserI.pm 28 Sep 2006 18:42:21 -0000 1.10
***************
*** 283,287 ****
unless ($FORCE_TEMP_FILE) {
# treat a string as a filehandle
- my $fake_fh;
open(my $fake_fh, "+<", \$thing); # requires perl 5.8
$self->{_chunk} = new Bio::Root::IO(-fh => $fake_fh);
--- 283,286 ----
More information about the Bioperl-guts-l
mailing list