Source: dategrep
Section: perl
Priority: optional
Maintainer: Mario Domgoergen <mario@domgoergen.com>
Build-Depends: debhelper (>= 8), perl, libtest-output-perl, libtest-mocktime-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/App-dategrep/

Package: dategrep
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: print lines matching a date range
 dategrep searches the named input files for lines matching a date range
 and prints them to stdout.
 .
 If dategrep works on a seekable file, it can do a binary search to find
 the first and last line to print pretty efficiently. dategrep can also
 read from stdin and compressed files, but it has to parse every single
 line until the end of the range for those.
