Source: libfile-sort-perl
Section: perl
Priority: optional
Maintainer: Chris Boot <crb@tiger-computing.co.uk>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/File-Sort

Package: libfile-sort-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Sort a file or merge sort multiple files
 File::Sort sorts text files by lines (or records). Comparisons are based on
 one or more sort keys extracted from each line of input, and are performed
 lexicographically. By default, if keys are not given, sort regards each input
 line as a single field. The sort is a merge sort. If you don't like that,
 feel free to change it.
 .
 This description was automagically extracted from the module by dh-make-perl.
