# ABSTRACT: App::Cmd base class
our $VERSION = '3.20250130'; # VERSION
use 5.20.0;
use App::Cmd::Setup -app;
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Mail::BIMI::App - App::Cmd base class
=head1 VERSION
version 3.20250130
=head1 DESCRIPTION
App::Cmd class for Mail::BIMI helper applications
=head1 REQUIRES
=over 4
=item * L<App::Cmd::Setup|App::Cmd::Setup>
=item * L<Mail::BIMI::Prelude|Mail::BIMI::Prelude>
=back
=head1 AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut