Source: libapp-cell-perl Section: perl Priority: optional Build-Depends: perl, libmodule-build-perl, debhelper (>= 11), libtimedate-perl, libfile-homedir-perl, libfile-next-perl, libfile-sharedir-install-perl, libfile-sharedir-perl, liblog-any-perl, libparams-validate-perl, libtry-tiny-perl, libtest-warnings-perl, Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Damyan Ivanov Standards-Version: 4.2.0 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-cell-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-cell-perl Homepage: https://metacpan.org/pod/App::CELL Testsuite: autopkgtest-pkg-perl Package: libapp-cell-perl Architecture: all Depends: libtimedate-perl, libfile-homedir-perl, libfile-next-perl, libfile-sharedir-perl, liblog-any-perl, libparams-validate-perl, libtry-tiny-perl, ${misc:Depends}, ${perl:Depends} Description: 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.