Revision history for Perl application 'greple'.
8.2305 2018-03-19T00:32:34Z
- Fixed bug in --face option handling.
8.2304 2018-03-18T15:23:23Z
- Better optimization for inadequate match.
8.2303 2018-03-14T04:30:52Z
- Fixed bug in zero-match optimization.
8.2302 2018-01-23T10:51:23Z
- Push current directory to @INC for test.
8.2301 2018-01-21T09:44:27Z
- Make --man option to work when default.pm found.
8.23 2018-01-20T09:37:11Z
- Implement --format option.
- Document update.
- Update find.pm to accept multiple directory.
8.2202 2018-01-18T10:45:36Z
- Fix the bug about look-behind pattern. (Fix #7)
- Fix wrong builtin lines in subst.pm
- Simplify usage message.
8.2201 2017-12-22T01:45:21Z
- Change default effect for BLOCKEND.
- Fix --face option to handle E in background.
- Refine reverse_regions.t code.
8.22 2017-12-19T02:13:32Z
- Use W/WE color for BLOCKEND mark.
8.21_01 2017-12-18T08:49:26Z
- Require Getopt::EX 1.4.2
- Avoid to use /p modifier and ${^MATCH}.
- Use uniq() come with List::Util.
- Update reverse_regions and wrote test.
8.21 2017-12-17T04:51:32Z
- Handle beginning single empty line in paragraph mode. (Fixes #6)
- Wrote test code.
- Requires perl 5.014 (use s///r modifier, and package block)
- Not colorize function-colormap with -dc option. Fixes #5.
8.2 2017-12-04T09:07:04Z
- Fix to produce correct version number.
8.1 2017-11-30T16:50:38Z
- first CPAN release