Pair Networks
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;

SYNOPSIS

  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;

DESCRIPTION

BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix.

Currently, BSDPAN does the following:

o makes p5- FreeBSD ports PREFIX-clean;
o registers Perl modules with FreeBSD package database.

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.

AUTHOR

Anton Berezin, tobez@tobez.org

SEE ALSO

perl(1), ExtUtils::MakeMaker(3), BSDPAN::Override(3), BSDPAN::ExtUtils::MM_Unix(3), BSDPAN::ExtUtils::Packlist(3).