liblog-loglite-perl 0.82-9 source package in Ubuntu

Changelog

liblog-loglite-perl (0.82-9) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Fix day-of-week for changelog entries 0.82-3, 0.82-2.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 23:27:38 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-loglite-perl_0.82-9.dsc 2.1 KiB ed3c04988f5f2935eaf8422163b209779c945dcedc00431d11206a18e8568cd7
liblog-loglite-perl_0.82.orig.tar.gz 5.6 KiB ea44185ab74ddebb8f7d7ae4c2a28bab4c9a47a0dfd9041e572239f59fd997df
liblog-loglite-perl_0.82-9.debian.tar.xz 3.5 KiB 3f4b9e1a90edb9ef1d967705892c811a4f6984385d69306441bdfcd7c7fb8393

Available diffs

No changes file available.

Binary packages built by this source

liblog-loglite-perl: Perl module that facilitates lightweight logging

 The Log::LogLite class helps create simple logs for an
 application. The Log::LogLite object is created with a logging
 level. The default logging level is 5. After the Log::LogLite object
 is created, each call to the write method may write a new line in the
 log file. If the level of the message is lower or equal to the
 logging level, the message will be written to the log file. The
 format of the logging messages can be controlled by changing the
 template, and by defining a default message. The class uses the
 IO::LockedFile class.