Skip Menu |

This queue is for tickets about the Tie-LevelDB CPAN distribution.

Report information
The Basics
Id: 97999
Status: new
Priority: 0/
Queue: Tie-LevelDB

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

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



Subject: g++ should not be hardcoded
Some OS don't use gcc/g++ anymore, but instead clang/clang++, e.g. FreeBSD since version 10.0. Compiling Tie::LevelDB does not work out-of-the box on these systems. Maybe it's better to use c++ instead, which should work for both gcc and clang systems, or detect the correct compiler otherwise.