Changes for version 0.51 - 2015-06-17

  • frontend changes
    • better handling of multiline logs
      • Before this release lines with no date were printed if the last line with a date was still in range. But when using --sort order --interleave this would lead to strange sorting. dategrep now reads a multiline log as single entry and prints it together.
    • added --version
    • smaller standalone scripts by striping them
    • updated documention (thanks szepeviktor!)
  • internal changes
    • switched to Dist::Zilla
    • moved unmaintained emacs mode to contrib
    • using oo based iterators with Moo

Documentation

print lines matching a date range

Modules

grep for dates

Provides

in lib/App/dategrep/Date.pm
in lib/App/dategrep/Iterator.pm
in lib/App/dategrep/Iterator/Fh.pm
in lib/App/dategrep/Iterator/File.pm
in lib/App/dategrep/Iterator/Stdin.pm
in lib/App/dategrep/Iterator/Uncompress.pm