#!/usr/bin/env perl
use 5.20.0;
use strict;
use warnings;
use Mail::BIMI::Prelude;
# ABSTRACT: BIMI Helper
# PODNAME: mailbimi
our $VERSION = '3.20260806'; # VERSION
use Mail::BIMI::App;

Mail::BIMI::App->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

mailbimi - BIMI Helper

=head1 VERSION

version 3.20260806

=head1 AUTHOR

Jemma Bradshaw <jemma@nothingbutstatic.dev>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Jemma 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
