Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 28865
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: KEVINR [...] cpan.org
Cc: kevinr [...] moka5.com
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.65_01
Fixed in: (no value)



CC: kevinr [...] moka5.com
Subject: Additional extensions for cpp
The project I'm working on uses a mishmash of Visual C++ and GNU-style extensions for its C++ files, so everything with .cc, .hpp, and .hh extensions weren't showing up in my ack searches, and I was getting tired of always passing --exclude='*.svn*' to grep. Hence, the attached patch. Thanks for the software! It's made my coding a lot easier. :-) - Kevin -- Kevin Riggle <kevinr@moka5.com> moka5, Inc. -- "Making your computing life easy, safe, and available anywhere!"
Subject: ack-more-cpp-extensions.patch
diff -r ./ack-1.65_01/Ack.pm ./ack-1.65_01-patched/Ack.pm 43c43 < cpp => [qw( cpp m h )], --- > cpp => [qw( cpp cc m hpp hh h )],
Added in Subversion. It'll be in the next release, prob'ly tonight or tomorrow.