1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libtie-array-sorted-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libtest-pod-perl, libtest-pod-coverage-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Tie-Array-Sorted
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtie-array-sorted-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtie-array-sorted-perl
Testsuite: autopkgtest-pkg-perl
Package: libtie-array-sorted-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Multi-Arch: foreign
Description: Perl array which is kept sorted
Tie::Array::Sorted presents an ordinary array, but it is kept sorted. All
pushes and unshifts cause the elements in question to be inserted in the
appropriate location to maintain order.
|