Subject: | g++ should not be hardcoded |
Some Unix systems like FreeBSD 10.0 do not shop gcc and g++, but clang and clang++, so building HTTP-HeaderParser-XS fails on these systems. Probably it's best to use "c++" instead of "g++", because it works for both gcc and clang based systems.