libperl-config
Build-time helper for crates that link against libperl. Reads the
local Perl installation's Config.pm (via perl -V:...) and turns
the answers into cargo: directives + cfg(...) flags.
Used by libperl-sys and libperl-rs build scripts.
Usage
// build.rs
use PerlConfig;
The dependent crate's source can then write things like:
License
GPL-1.0-or-later OR Artistic-1.0-Perl. Same terms as Perl 5 itself.