Alien-ckdl

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

**Build fails with "could not locate extracted ckdl source tree"**
The fetched tarball did not extract into the expected `ckdl-*` directory.
Re-run with `ALIEN_BUILD_PRELOAD=Prefer::FetchAny` or inspect the
contents of `_alien/` to see what was downloaded.

**`make test` fails with linker errors**
Confirm that `make install` of `Alien::ckdl` actually populated the
share directory. `Alien::ckdl->libs` should print a `-L` path that
contains `libkdl.a` (or your platform's equivalent).

**Need a debug build**
Edit `alienfile` and change `-O2` in `extra_compiler_flags` to `-O0 -g`.
A user-facing knob for this is not exposed by design; the Alien is
meant to produce one canonical static library.

## License

This Perl distribution is licensed under the same terms as Perl itself.

The bundled `ckdl` library is distributed under the MIT license. Its
`COPYING` file is installed into the Alien share directory under



( run in 0.451 second using v1.01-cache-2.11-cpan-5511b514fd6 )