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

Changelog

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

  * Team upload

  * Add debian/upstream/metadata
  * Import upstream version 0.28
    + Add debian/NEWS to highlight incompatible changes
    + Add Breaks against liblog-dispatch-filewriterotate-perl <= 0.03
    + Replace (build-) dependency on libsharyanto-file-util-perl with
      libfile-flock-retry-perl

 -- Axel Beckert <email address hidden>  Sun, 10 May 2015 15:35:12 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-write-rotate-perl_0.28-1.dsc 2.4 KiB 83fe6b347db2018588cd496c2d1b327983ef2bd96886b318553304b7e4b49487
libfile-write-rotate-perl_0.28.orig.tar.gz 28.3 KiB a595f266aaf257ae71c088183f8510564076e3131e82692163745912a377abae
libfile-write-rotate-perl_0.28-1.debian.tar.xz 2.7 KiB 6254feb73037c02d36f112326be3e795971c3314379bbd3eaf2287ed3a91be69

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.