1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libterm-query-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libarray-printcols-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-query-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-query-perl.git
Homepage: https://metacpan.org/release/Term-Query
Package: libterm-query-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libarray-printcols-perl
Description: Perl module for subroutines that handle simple tty-based UI
Term::Query is a Perl 5 module, which performs generalized queries on
various kinds of values. Validation and normalization of input, based
on the type, is automated, as is error reporting and re-solicitation of
input.
|