The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/env perl
use 5.20.0;
use strict;
# ABSTRACT: Work with Authentication Milter logs
# PODNAME: authentication_milter_log
our $VERSION = '3.20241011'; # VERSION
Mail::Milter::Authentication::App::ProcessLog::App->run;
__END__
=pod
=encoding UTF-8
=head1 NAME
authentication_milter_log - Work with Authentication Milter logs
=head1 VERSION
version 3.20241011
=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