How to find source code of Perl module using XSLoader? -
i view source code of i18n::langinfo
. if go metacpan.org can find source @
https://metacpan.org/source/rjbs/perl-5.22.0/ext/i18n-langinfo/langinfo.pm
but wrapper calls xsloader::load();
. if type perldoc -l i18n::langinfo
/usr/lib/x86_64-linux-gnu/perl/5.20/i18n/langinfo.pm
same file on metacpan.org, , there no other files in directory either.
where source code located?
in distribution: langinfo.xs
. no use installing source!
i18n::langinfo's langinfo
exposes c function nl_langinfo
.
Comments
Post a Comment