libfile-write-rotate-perl 0.31-1 source package in Ubuntu

Changelog

libfile-write-rotate-perl (0.31-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.31.
  * debian/copyright: Update years.

 -- Angel Abad <email address hidden>  Mon, 10 Oct 2016 10:01:11 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-write-rotate-perl_0.31-1.dsc 2.4 KiB 1f7cda74bdd750808530879888ee686e833c993fe369fa2b9d8771bc92ef98a1
libfile-write-rotate-perl_0.31.orig.tar.gz 28.2 KiB df85cb70031a70043b576bb45abc9edce8e328c7f463f43084d7bae24927d033
libfile-write-rotate-perl_0.31-1.debian.tar.xz 3.0 KiB 45fdf0cea39bb6606dd09ef71bf8735b6327d0552bb2aceaba57e7cc16a97c6a

Available diffs

No changes file available.

Binary packages built by this source

libfile-write-rotate-perl: 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.