diff options
| author | fukachan <fukachan> | 2001-02-24 10:09:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-24 10:09:18 +0000 |
| commit | f5908698ab34fca4600cb871cbe6df2c076a393e (patch) | |
| tree | 1e9ae2051a0eaa747c6a10124545f709dd383056 /fml/lib/File | |
| parent | 845e8f800d7975c850361de91c5587dce7bd4baa (diff) | |
| download | fml8-f5908698ab34fca4600cb871cbe6df2c076a393e.tar.gz fml8-f5908698ab34fca4600cb871cbe6df2c076a393e.tar.bz2 fml8-f5908698ab34fca4600cb871cbe6df2c076a393e.zip | |
fix document
Diffstat (limited to 'fml/lib/File')
| -rw-r--r-- | fml/lib/File/Rotate.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/File/Rotate.pm b/fml/lib/File/Rotate.pm index 9437f05a..6d5ef440 100644 --- a/fml/lib/File/Rotate.pm +++ b/fml/lib/File/Rotate.pm @@ -18,11 +18,11 @@ END {} =head1 NAME -IO::Rotate - IO with rotate operations +FILE::Rotate - IO with rotate operations =head1 SYNOPSIS - $obj = new IO::Rotate { + $obj = new FILE::Rotate { max_size => 10000, num_backlog => 4, }; |
