package Mail::Milter::Authentication::App::Blocker::App; use 5.20.0; use strict; use warnings; use Mail::Milter::Authentication::Pragmas; # ABSTRACT: App::Cmd base class our $VERSION = '3.20241024'; # VERSION use App::Cmd::Setup -app; 1; __END__ =pod =encoding UTF-8 =head1 NAME Mail::Milter::Authentication::App::Blocker::App - App::Cmd base class =head1 VERSION version 3.20241024 =head1 AUTHOR Marc Bradshaw =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