package BSD::Process::Affinity; use strict; our $VERSION = '0.04'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); 1;