Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 49298
Status: resolved
Priority: 0/
Queue: Module-Build

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

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



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.
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
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
Patched in trunk