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
|
Source: libterm-query-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libarray-printcols-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Term-Query
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-query-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-query-perl.git
Testsuite: autopkgtest-pkg-perl
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.
|