App-Greple
view release on metacpan or search on metacpan
Revision history for Perl application 'greple'.
10.04 2026-02-19T03:53:45Z
- Add --filter (-F) option to use greple as a filter
10.03 2026-01-19T07:03:39Z
- Add --version option
10.02 2026-01-09T04:59:40Z
- Suppress experimental::vlb warning for Variable Length Lookbehind
- Use eval for backward compatibility with older Perl versions
10.01 2025-12-31T01:30:39Z
- Add escape sequence support (\t, \n, \r, \f) to --blockend option
- Unify escape sequence handling with shared expand_escape() function
10.00 2025-12-11T03:23:27Z
- Bump major version to 10.00 to indicate minimum Perl version requirement
change from 5.14 to 5.24
- Add --block-number (-b) option to show block numbers
- Add --blockstyle support to --separate option
- Allow "\f" in --format string
- Improve DEFINE pattern support for -f option
- Fix: Each pattern now receives necessary DEFINE definitions
(previous implementation only added DEFINE to the last pattern)
- Support nested DEFINE patterns with recursive dependency resolution
- Add comprehensive documentation in POD and DEFINE.md
- Document recommended usage patterns as per perlre documentation
- Improve --ci=G to assign sequential index across multiple patterns
- Fix --ci=G offset update when pattern does not match
- Define class for result entry
- Remove deprecated features for v10 preparation
- Require Perl 5.24 for :lvalue and postfix dereferencing
- Add :lvalue attribute to Pattern.pm accessors
- Use postfix dereferencing for improved readability
- Update comment about @-/@+ performance issue
- Improve documentation for Grep.pm, colors.pm, pgp.pm and general docs
- Add CLAUDE.md for Claude Code guidance
9.23 2025-05-06T08:25:36Z
- introduce alert debug message
- add caution section in line.pm to use -ML module
- use POSIX::_exit() to terminate output filter
9.22 2025-02-11T09:41:42Z
- -Mline module disables color only when line-number follows -Mline
9.2101 2025-01-26T01:58:12Z
- calculate matched count on demand
- correct -lc behavior
9.21 2025-01-25T15:37:37Z
- remove emptied item from result list after --postgrep call
- update t/00_load.t
9.20 2025-01-23T03:03:09Z
- make --uniqcolor as a shortcut for --colorindex
9.19 2025-01-20T07:34:44Z
- callback function can return "undef" to do nothing
- greple -Mline accept negative value w/o -L option
9.18 2024-12-10T12:19:11Z
- fix bug of collecting module name from argv
- allow CRLF in -f pattern file
( run in 0.727 second using v1.01-cache-2.11-cpan-39bf76dae61 )