manned/lib/ManUtils/ManUtils.pm
2012-07-11 11:29:15 +02:00

12 lines
131 B
Perl

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