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: 22283
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: dpisoni [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Add extensions 'cpp' and 'm' to 'cc' group
Please add 'cpp' (some folks use this for C++ source files) and 'm' (used for Objective-C class definitions) to the list of extensions you parse for. I recommend adding to the 'cc' inclusion/ exclusion group.
Subject: Re: [rt.cpan.org #22283] Add extensions 'cpp' and 'm' to 'cc' group
Date: Fri, 20 Oct 2006 14:49:54 -0500
To: bug-ack [...] rt.cpan.org
From: Andy Lester <andy [...] petdance.com>
Show quoted text
> Please add 'cpp' (some folks use this for C++ source files) and > 'm' (used for Objective-C class > definitions) to the list of extensions you parse for. I recommend > adding to the 'cc' inclusion/ > exclusion group.
How about if I make cpp => [ cpp h hpp ]? And objc => [ cpp h m ] ? -- Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
CC: dpisoni [...] cpan.org
Subject: Re: [rt.cpan.org #22283] Add extensions 'cpp' and 'm' to 'cc' group
Date: Fri, 20 Oct 2006 14:00:55 -0700
To: bug-ack [...] rt.cpan.org
From: David Alan Pisoni <david [...] ourironiclife.com>
On Oct 20, 2006, at 12.50 , andy@petdance.com via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22283 > >
>> Please add 'cpp' (some folks use this for C++ source files) and >> 'm' (used for Objective-C class >> definitions) to the list of extensions you parse for. I recommend >> adding to the 'cc' inclusion/ >> exclusion group.
> > How about if I make cpp => [ cpp h hpp ]? And objc => [ cpp h m ] ? > > -- > Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Sounds good (well, no cpp in the second group, objc is just h & m.) Thanks! David
Added to 1.30.