XS::libdwarf - DWARF debugging information for XS modules
In your Makefile.PL
use XS::Install; write_makefile( ...makemaker args BIN_DEPS => 'XS::libdwarf', ... );
This module makes it possible to use DWARF library from XS modules.
No perl interface.
DWARF library
Ivan Baidakou <dmol@cpan.org>, Crazy Panda LTD
You may distribute this code under the same terms as Perl itself.
To install XS::libdwarf, copy and paste the appropriate command in to your terminal.
cpanm
cpanm XS::libdwarf
CPAN shell
perl -MCPAN -e shell install XS::libdwarf
For more information on module installation, please visit the detailed CPAN module installation guide.