Mon Aug 31 17:43:53 2009dagolden [...] cpan.org - Ticket created
Subject:
c_source only checks for .c and .cpp files
c_source is recursively scanned for qr/\.c(pp}?$/ files. This seems too
narrow as there are other valid C++ extensions in common use.
Mon Aug 31 17:44:02 2009dagolden [...] cpan.org - Status changed from 'new' to 'open'
Mon Aug 31 18:16:33 2009schwern [...] pobox.com - Correspondence added
Subject:
Re: [rt.cpan.org #49298] c_source only checks for .c and .cpp files
Date:
Mon, 31 Aug 2009 15:16:06 -0700
To:
bug-Module-Build [...] rt.cpan.org
From:
Michael G Schwern <schwern [...] pobox.com>
David Golden via RT wrote:
Show quoted text
> c_source is recursively scanned for qr/\.c(pp}?$/ files. This seems too
> narrow as there are other valid C++ extensions in common use.
Such as...
--
If you want the truth to stand clear before you, never be for or against.
The struggle between "for" and "against" is the mind's worst disease.
-- Sent-ts'an
Mon Aug 31 19:13:39 2009dagolden [...] cpan.org - Correspondence added
Subject:
Re: [rt.cpan.org #49298] c_source only checks for .c and .cpp files
Date:
Mon, 31 Aug 2009 19:13:02 -0400
To:
bug-Module-Build [...] rt.cpan.org
From:
David Golden <dagolden [...] cpan.org>
Show quoted text
>> c_source is recursively scanned for qr/\.c(pp}?$/ files. This seems too
>> narrow as there are other valid C++ extensions in common use.
>
> Such as...
I've seen compiler docs listing the following as being considered C++ input:
.cc, .cp, .cpp, .cxx, c++
-- David