[Bioperl-guts-l] bioperl-live/Bio/Cluster FamilyI.pm,1.7,1.8

Torsten Seemann tseemann at dev.open-bio.org
Mon Oct 2 00:06:19 EDT 2006


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

Modified Files:
	FamilyI.pm 
Log Message:
Removed empty CONTRIBUTORS sections in POD.


Index: FamilyI.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Cluster/FamilyI.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** FamilyI.pm	26 Sep 2006 22:03:05 -0000	1.7
--- FamilyI.pm	2 Oct 2006 04:06:17 -0000	1.8
***************
*** 16,21 ****
  =head1 SYNOPSIS
  
! # see the implementations of this interface for details but
! # basically
  
      my $cluster= $cluster->new(-description=>"POLYUBIQUITIN",
--- 16,20 ----
  =head1 SYNOPSIS
  
!     # see the implementations of this interface for details
  
      my $cluster= $cluster->new(-description=>"POLYUBIQUITIN",
***************
*** 24,34 ****
      my @sub_members = $cluster->get_members(-species=>"homo sapiens");
  
- 
- 
  =head1 DESCRIPTION
  
  This interface if for a Family object representing a family of 
  biological objects. A generic implementation for this may be
! found a Bio::Cluster::Family.
  
  
--- 23,31 ----
      my @sub_members = $cluster->get_members(-species=>"homo sapiens");
  
  =head1 DESCRIPTION
  
  This interface if for a Family object representing a family of 
  biological objects. A generic implementation for this may be
! found a L<Bio::Cluster::Family>.
  
  
***************
*** 56,64 ****
  Email shawnh at fugu-sg.org
  
- 
- =head1 CONTRIBUTORS
- 
- Additional contributors names and emails here
- 
  =head1 APPENDIX
  
--- 53,56 ----



More information about the Bioperl-guts-l mailing list