package ManUtils; use strict; use warnings; our $VERSION = '0.01'; require XSLoader; XSLoader::load('ManUtils', $VERSION); 1;