diff options
| author | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
| commit | d0c5a95389829a94a429717d0ae10c2872eb25ce (patch) | |
| tree | e9240d92a7f7470d3bd0a43621b2bf19cc64fe9c /fml/lib/IO/Adapter/Array.pm | |
| parent | 19aa62773b6f8eebf1d35c4458d9a89b7c1036a7 (diff) | |
| download | fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.gz fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.bz2 fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.zip | |
fix comments: =head2 function(...) form
Diffstat (limited to 'fml/lib/IO/Adapter/Array.pm')
| -rw-r--r-- | fml/lib/IO/Adapter/Array.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm index de3329d4..39f90fe1 100644 --- a/fml/lib/IO/Adapter/Array.pm +++ b/fml/lib/IO/Adapter/Array.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Array.pm,v 1.30 2003/02/11 11:37:47 fukachan Exp $ +# $FML: Array.pm,v 1.31 2003/05/26 12:28:05 fukachan Exp $ # package IO::Adapter::Array; @@ -141,11 +141,11 @@ sub get_next_key } -=head2 C<getpos()> +=head2 getpos() return the current position in the array. -=head2 C<setpos($pos)> +=head2 setpos($pos) set the current position to $pos -th element. @@ -175,12 +175,12 @@ sub setpos } -=head2 C<eof()> +=head2 eof() whether the current position reaches the end of the array or not. If it already reaches the end, return 1. -=head2 C<close()> +=head2 close() end of IO operation. It is a dummy. |
