diff options
| author | fukachan <fukachan> | 2002-01-27 13:11:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-01-27 13:11:57 +0000 |
| commit | cd17f7899482fbcb118114a9b83cfb33db1520af (patch) | |
| tree | 6d46915cd61bb3e763fc62c5c465fc31acbd4f9f /fml/lib/IO/Adapter/MySQL.pm | |
| parent | 81cabe0bc65a6659185b73301b332653af03f67e (diff) | |
| download | fml8-cd17f7899482fbcb118114a9b83cfb33db1520af.tar.gz fml8-cd17f7899482fbcb118114a9b83cfb33db1520af.tar.bz2 fml8-cd17f7899482fbcb118114a9b83cfb33db1520af.zip | |
clarify IO::Adapter definition and clean up get_XXX() functions.
remove get_member(), get_active() and get_recipient()
define get_next_key() and get_next_value() and clarify thier definitions.
Diffstat (limited to 'fml/lib/IO/Adapter/MySQL.pm')
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/IO/Adapter/MySQL.pm b/fml/lib/IO/Adapter/MySQL.pm index 1a5bc529..e48395e6 100644 --- a/fml/lib/IO/Adapter/MySQL.pm +++ b/fml/lib/IO/Adapter/MySQL.pm @@ -1,9 +1,9 @@ #-*- perl -*- # -# Copyright (C) 2000,2001 Ken'ichi Fukamachi +# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: MySQL.pm,v 1.17 2001/12/22 09:21:13 fukachan Exp $ +# $FML: MySQL.pm,v 1.18 2001/12/24 07:40:57 fukachan Exp $ # @@ -145,7 +145,7 @@ sub setpos } # discard - while ($i-- > 0) { $self->get_next_value();} + while ($i-- > 0) { $self->get_next_key();} } @@ -193,7 +193,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
