diff options
| author | fukachan <fukachan> | 2003-01-11 15:22:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 15:22:25 +0000 |
| commit | f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (patch) | |
| tree | c9fcdd391b3f12abc912cb3b4c206b119c298df5 /fml/lib/IO/Adapter/File.pm | |
| parent | 9080fe658a0122707001481035b21eaa91c4b376 (diff) | |
| download | fml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.tar.gz fml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.tar.bz2 fml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.zip | |
fix comments
Diffstat (limited to 'fml/lib/IO/Adapter/File.pm')
| -rw-r--r-- | fml/lib/IO/Adapter/File.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm index 992c1fe5..6fe074fb 100644 --- a/fml/lib/IO/Adapter/File.pm +++ b/fml/lib/IO/Adapter/File.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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. # -# $FML: File.pm,v 1.42 2002/09/22 14:56:59 fukachan Exp $ +# $FML: File.pm,v 1.43 2002/09/22 15:01:23 fukachan Exp $ # package IO::Adapter::File; @@ -174,7 +174,7 @@ my $ec = 0; # Descriptions: line couter (for debug). # XXX remove this in the future -# Arguments: OBJ($self) HASH_REF($args) +# Arguments: OBJ($self) # Side Effects: none # Return Value: none sub line_count @@ -371,7 +371,7 @@ sub getpos # Descriptions: reset postion in file descriptor -# Arguments: OBJ($self) +# Arguments: OBJ($self) NUM($pos) # Side Effects: none # Return Value: NUM sub setpos @@ -521,7 +521,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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. |
