Andy Lester
Andy Lester
Test::Template does its own emitting of TAP instead of working with Test::Builder. This means, for example, that tests that use Test::Template can't be run inside of subtests. Also, test_expect() can't...
ack 3, currently in development, will include a cookbook of examples for folks to try. Here's an example: Find "goats" in every file that also contains "cows" ack -l cows...
The `dev/RELEASE-INSTRUCTIONS.md` in ack3 has a lot of stuff about updating dates and versions, and that should just be in one place in a TT file that gets imported everywhere.
The instructions show how to download the executable, and how to install from CPAN, and how to install from a package, but nothing says how to clone the repo and...
Running [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) on beyondgrep.com gives us these errors: ``` $ blc -r https://beyondgrep.com/ | ack 'Getting|BROKEN' Getting links from: https://beyondgrep.com/ Getting links from: https://beyondgrep.com/why-ack/ ├─BROKEN─ http://www.unixlore.net/use-ack-as-better-grep.html (HTTP_403) ├─BROKEN─ http://www.just-another.net/ (HTTP_404)...
sitemap.xml is out of date. Regenerate it. Do #109 before doing this.
Explain in the FAQ why `ack whatever > foo.txt` does what it does.
_From @petdance on July 27, 2012 13:30_ Andy gave the short answer. Here's longer form ... I'm trying to search for two words in a line (order is not important)....
_From @hoelzro on January 21, 2013 7:35_ Using `ack` with `*` on the command line is a common anti-pattern that limits ack's true potential and is a source of confusion...