File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11History file for ack 3. https://beyondgrep.com/
22
3- NEXT
3+ v3.8.2 Sun Apr 6 10:45:04 CDT 2025
44========================================
55ack now needs YAML::PP to run its tests. Many of ack's tests are stored in
66YAML files for flexibility.
77
88[FIXES]
9- ack's would always set a return code of 1 if -c was used. Now it properly
9+ ack would always set a return code of 1 if -c was used. Now it properly
1010returns 1 if no files match, and 0 if any files match.
1111
1212
Original file line number Diff line number Diff line change 33use strict;
44use warnings;
55
6- our $VERSION = ' v3.8.1 ' ; # Check https://beyondgrep.com/ for updates
6+ our $VERSION = ' v3.8.2 ' ; # Check https://beyondgrep.com/ for updates
77
88use 5.010001;
99
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A container for functions for the ack program.
1616our $VERSION ;
1717our $COPYRIGHT ;
1818BEGIN {
19- $VERSION = ' v3.8.1 ' ; # Check https://beyondgrep.com/ for updates
19+ $VERSION = ' v3.8.2 ' ; # Check https://beyondgrep.com/ for updates
2020 $COPYRIGHT = ' Copyright 2005-2025 Andy Lester.' ;
2121}
2222our $STANDALONE = 0;
You can’t perform that action at this time.
0 commit comments