NAME
String::ShortenHostname::App - class for wrapping getopt options to the class interface
VERSION
version 0.006
SYNOPSIS
use String::ShortenHostname::App;
my $app = String::ShortenHostname::App->new_with_options();
$app->run;
SEE ALSO
AUTHOR
Markus Benning <me@w3r3wolf.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Markus Benning.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.