NAME
Maplat::Helpers::Logo - print the Maplat logo as ASCII Art
SYNOPSIS
use Maplat::Helpers::Logo;
MaplatLogo($appname, $version);
DESCRIPTION
This Module provides an easy way to print out the Maplat Logo as ASCII art,
MaplatLogo()
Takes two arguments, $appname and $version. $appname should be the application name or in the case where one executable functions as different programs depending on its configuration - like the maplat worker - the configured application identification. $version should be the version of the binary or possibly the build number.
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.