libapp-cell-perl 0.231-1 source package in Ubuntu

Changelog

libapp-cell-perl (0.231-1) unstable; urgency=medium

  * Team upload

  [ Leonardo Rodrigues Pereira ]
  * Declare compliance with Debian Policy 4.6.1.
  * Import upstream version 0.231.
  * d/libapp-cell-perl.lintian-overrides: Fix formatting
  * d/control: move some b-d to Build-Depends-Indep
  * d/control: Add Rules-Requires-Root: no

  [ gregor herrmann ]
  * Annotate test-only build dependencies with <!nocheck>.

 -- Leonardo Rodrigues Pereira <email address hidden>  Sun, 17 Jul 2022 20:32:34 +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
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-cell-perl_0.231-1.dsc 2.6 KiB 8aadb14b10789fa4c6d8565eac564a2cfbab7960d7add8c7a91e89b5a980fc18
libapp-cell-perl_0.231.orig.tar.gz 74.2 KiB 7c82129f1780c36cfaddfb550925f02cc309782f027cd980617de78dc6032464
libapp-cell-perl_0.231-1.debian.tar.xz 4.1 KiB 309815d1708b9415dcf1f2524e5c0e5c0ba20afa6907b643fcb4ce4baf52ae88

Available diffs

No changes file available.

Binary packages built by this source

libapp-cell-perl: configuration, error-handling, localization, and logging "framework"

 App::CELL is the Configuration, Error-handling, Localization, and
 Logging (CELL) framework for applications written in Perl.
 .
 In the author's experience, applications written for "users" (however
 that term may be defined) frequently need to:
 .
  * be configurable by the user or site administrator
  * handle errors robustly, without hangs and crashes
  * potentially display messages in various languages
  * log various types of messages to syslog
 .
 Since these basic functions seem to work well together, CELL is
 designed to provide them in an integrated, well-documented,
 straightforward, and reusable package.