NAME
XS::libdwarf - DWARF debugging information for XS modules
SYNOPSIS
In your Makefile.PL
use XS::Install;
write_makefile(
...makemaker args
BIN_DEPS => 'XS::libdwarf',
...
);
DESCRIPTION
This module makes it possible to use DWARF library from XS modules.
No perl interface.
SEE ALSO
AUTHOR
Ivan Baidakou <dmol@cpan.org>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.