use BSDPAN; $path = BSDPAN->path; $ver = BSDPAN->perl_version; $ver = BSDPAN->perl_ver; $arch = BSDPAN->perl_arch; $port = BSDPAN->builds_port; $noport = BSDPAN->builds_standalone;
BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix.
Currently, BSDPAN does the following:
BSDPAN achieves this by overriding certain functionality of the core Perl modules, ExtUtils::MM_Unix, and ExtUtils::Packlist.
BSDPAN module itself just provides useful helper functions for the rest of the modules in BSDPAN collection.
Anton Berezin, tobez@tobez.org
perl(1), ExtUtils::MakeMaker(3), BSDPAN::Override(3), BSDPAN::ExtUtils::MM_Unix(3), BSDPAN::ExtUtils::Packlist(3).