[Bioperl-guts-l] bioperl-live/Bio/DB EUtilities.pm,1.31,1.32
Torsten Seemann
tseemann at dev.open-bio.org
Wed Sep 27 21:01:11 EDT 2006
Update of /home/repository/bioperl/bioperl-live/Bio/DB
In directory dev.open-bio.org:/tmp/cvs-serv3778/Bio/DB
Modified Files:
EUtilities.pm
Log Message:
Fixed POD typos "::cookie" -> "::Cookie"
Index: EUtilities.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/EUtilities.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** EUtilities.pm 27 Sep 2006 00:15:37 -0000 1.31
--- EUtilities.pm 28 Sep 2006 01:01:09 -0000 1.32
***************
*** 116,120 ****
with other identifying data, such as the calling eutility, description
of query, etc.) is stored as a
! L<Bio::DB::EUtilities::cookie|Bio::DB::EUtilities::cookie> object
in an internal queue. These can be retrieved one at a time by using
the next_cookie method or all at once in an array using get_all_cookies.
--- 116,120 ----
with other identifying data, such as the calling eutility, description
of query, etc.) is stored as a
! L<Bio::DB::EUtilities::Cookie|Bio::DB::EUtilities::Cookie> object
in an internal queue. These can be retrieved one at a time by using
the next_cookie method or all at once in an array using get_all_cookies.
***************
*** 722,724 ****
1;
! __END__
\ No newline at end of file
--- 722,724 ----
1;
! __END__
More information about the Bioperl-guts-l
mailing list