This post originated from an RSS feed registered with Perl Buzz
by Andy Lester.
Original Post: ack 1.96 released, now ignores minified Javascript files
Feed Title: Perlbuzz
Feed URL: http://perlbuzz.com/atom.xml
Feed Description: What's happening in the world of Perl programming, including Perl 5, Perl 6, the CPAN and Parrot?
I released ack 1.96 last night. ack is a code searching tool like grep that is tuned for programmers with large trees of heterogeneous source code. Details about ack are at betterthangrep.com.
Now ignores minified Javascript files. Anything matching -min.js or .min.js is ignored.
Lua can now get detected from the shebang line. Thanks, Matthew Wild.
Added support for version numbers in executables in shebang detection. Now if your Perl program's shebang refers to /usr/local/bin/perl-5.14.1, ack will find it.