[Bioperl-guts-l] bioperl-live/Bio/Search/Hit PsiBlastHit.pm, 1.11, 1.12
Torsten Seemann
tseemann at dev.open-bio.org
Mon Oct 2 00:34:54 EDT 2006
Update of /home/repository/bioperl/bioperl-live/Bio/Search/Hit
In directory dev.open-bio.org:/tmp/cvs-serv22886/Bio/Search/Hit
Modified Files:
PsiBlastHit.pm
Log Message:
Removed unused "use vars ($Revision); $Revision = ...."
Index: PsiBlastHit.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Search/Hit/PsiBlastHit.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** PsiBlastHit.pm 2 Oct 2006 04:16:07 -0000 1.11
--- PsiBlastHit.pm 2 Oct 2006 04:34:52 -0000 1.12
***************
*** 199,203 ****
use strict;
use Bio::Search::BlastUtils;
! use vars qw(%SUMMARY_OFFSET $Revision);
use overload
--- 199,203 ----
use strict;
use Bio::Search::BlastUtils;
! use vars qw(%SUMMARY_OFFSET);
use overload
***************
*** 206,211 ****
use base qw(Bio::Root::Root Bio::Search::Hit::HitI);
- $Revision = '$Id$'; #'
-
=head2 new
--- 206,209 ----
More information about the Bioperl-guts-l
mailing list