Subject: | separate out leveldb source into Alien::LevelDB |
Instead of bundling an aging distribution of the LevelDB source with the
module, split it out into a separate distribution, Alien::LevelDB that
first tries to locate an installed version of the library on the system,
and if not found, then builds it from source, possibly even fetching
fresher sources. There are many other library bindings on CPAN that do this.