[Bioperl-guts-l] bioperl-live/Bio/SearchIO psl.pm,1.6,1.7
Jason Stajich
jason at pub.open-bio.org
Mon Sep 26 15:17:43 EDT 2005
Update of /home/repository/bioperl/bioperl-live/Bio/SearchIO
In directory pub.open-bio.org:/tmp/cvs-serv18721/Bio/SearchIO
Modified Files:
psl.pm
Log Message:
enforce \n for expected line feed
Index: psl.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/SearchIO/psl.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** psl.pm 14 Apr 2005 13:52:08 -0000 1.6
--- psl.pm 26 Sep 2005 19:17:40 -0000 1.7
***************
*** 170,174 ****
my ($self) = @_;
my ($lastquery,$lasthit) = undef;
! local ($_);
#clear header if exists
--- 170,174 ----
my ($self) = @_;
my ($lastquery,$lasthit) = undef;
! local $_ = "\n";
#clear header if exists
More information about the Bioperl-guts-l
mailing list