Source: libtie-array-sorted-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann 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.