1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libposix-strftime-compiler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-tiny-perl
Build-Depends-Indep: perl,
tzdata <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libposix-strftime-compiler-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libposix-strftime-compiler-perl.git
Homepage: https://metacpan.org/release/POSIX-strftime-Compiler
Rules-Requires-Root: no
Package: libposix-strftime-compiler-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: GNU C library compatible strftime for loggers and servers
POSIX::strftime::Compiler provides a GNU C library compatible
strftime(3), which is not affected by the system locale. This is useful
when you want to write loggers, servers and portable applications that
generate the same result strings on any locale. Technically,
POSIX::strftime::Compiler wraps POSIX::strftime and converts some format
characters to perl code.
|