#!/usr/bin/perl
use FindBin qw($Bin);
use lib ("$Bin/../lib");
use ManPage;
ManPage->new_with_options;
