freebsd-ports/devel/p5-File-Write-Rotate/pkg-descr
Sunpoet Po-Chuan Hsieh db0dba9d55 - Add p5-File-Write-Rotate 0.25
File::Write::Rotate can be used to write to file, usually for logging, that can
rotate itself. File will be opened in append mode. Locking will be done to avoid
conflict when there are multiple writers. Rotation can be done by size (after a
certain size is reached), by time (daily/monthly/yearly), or both.

WWW: http://search.cpan.org/dist/File-Write-Rotate/
2015-01-01 16:07:05 +00:00

6 lines
361 B
Text

File::Write::Rotate can be used to write to file, usually for logging, that can
rotate itself. File will be opened in append mode. Locking will be done to avoid
conflict when there are multiple writers. Rotation can be done by size (after a
certain size is reached), by time (daily/monthly/yearly), or both.
WWW: http://search.cpan.org/dist/File-Write-Rotate/