[Bioperl-guts-l] bioperl-db/Bio BioEntry.pm,1.3,1.4
Senduran Balasubramaniam
sendu at dev.open-bio.org
Thu Jun 14 11:29:17 EDT 2007
Update of /home/repository/bioperl/bioperl-db/Bio
In directory dev.open-bio.org:/tmp/cvs-serv24342/Bio
Modified Files:
BioEntry.pm
Log Message:
removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
Index: BioEntry.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-db/Bio/BioEntry.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BioEntry.pm 4 Jul 2006 04:38:07 -0000 1.3
--- BioEntry.pm 14 Jun 2007 15:29:15 -0000 1.4
***************
*** 78,82 ****
Title : new
! Usage : my $obj = new Bio::BioEntry();
Function: Builds a new Bio::BioEntry object
Returns : an instance of Bio::BioEntry
--- 78,82 ----
Title : new
! Usage : my $obj = Bio::BioEntry->new();
Function: Builds a new Bio::BioEntry object
Returns : an instance of Bio::BioEntry
More information about the Bioperl-guts-l
mailing list