Source: libfile-write-rotate-perl Maintainer: Debian Perl Group Uploaders: Joenio Costa , Daniel Lintott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), perl Build-Depends-Indep: libfile-chdir-perl, libfile-slurper-perl, libfile-which-perl, libmonkey-patch-action-perl, libproc-pid-file-perl, libfile-flock-retry-perl, libtaint-runtime-perl, libtainting-perl, libtest-exception-perl, libtest-warnings-perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-write-rotate-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-write-rotate-perl.git Homepage: https://metacpan.org/release/File-Write-Rotate Package: libfile-write-rotate-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-which-perl, libproc-pid-file-perl, libfile-flock-retry-perl Breaks: liblog-dispatch-filewriterotate-perl (<= 0.03) Description: module to deal with files that archive/rotate themselves 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.