Skip Menu |

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

Report information
The Basics
Id: 104507
Status: new
Priority: 0/
Queue: Module-Build

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

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



Subject: Setting license to 'gpl_3' causes problems on MacOSX
I was trying to submit a PR on WebService-GarminConnect, but running `perl Build.PL` caused errors on Mac OS X. The problem turned out to be: license => 'gpl_3', That's what the CPAN::Meta::Spec (https://metacpan.org/pod/CPAN::Meta::Spec#license) says it should be set to, but on the Mac's case-insensitive file system it blows up. Changing it to 'GPL_3' worked on my Mac, but then didn't work on the author's case-sensitive filesystem. Cheers, Neil