[Bioperl-guts-l] bioperl-live/Bio/SeqFeature Annotated.pm, 1.34.4.1, 1.34.4.2

Senduran Balasubramaniam sendu at dev.open-bio.org
Mon Oct 16 13:08:17 EDT 2006


Update of /home/repository/bioperl/bioperl-live/Bio/SeqFeature
In directory dev.open-bio.org:/tmp/cvs-serv16082/Bio/SeqFeature

Modified Files:
      Tag: branch-1-5-2
	Annotated.pm 
Log Message:
merge from HEAD

Index: Annotated.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/SeqFeature/Annotated.pm,v
retrieving revision 1.34.4.1
retrieving revision 1.34.4.2
diff -C2 -d -r1.34.4.1 -r1.34.4.2
*** Annotated.pm	2 Oct 2006 23:10:28 -0000	1.34.4.1
--- Annotated.pm	16 Oct 2006 17:08:15 -0000	1.34.4.2
***************
*** 461,465 ****
    }
  
!   $self->phase('.') unless ($self->get_Annotations('phase')); # make sure we always have something
    
    return $self->get_Annotations('phase');
--- 461,465 ----
    }
  
!   $self->phase('.') unless (defined $self->get_Annotations('phase')); # make sure we always have something
    
    return $self->get_Annotations('phase');



More information about the Bioperl-guts-l mailing list