#!/usr/bin/env perl
#PODNAME: emk_bulk
#ABSTRACT: command-line interface to Email::MIME::Kit::Bulk

use Email::MIME::Kit::Bulk::Command;

Email::MIME::Kit::Bulk::Command->new_with_options->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

emk_bulk - command-line interface to Email::MIME::Kit::Bulk

=head1 VERSION

version 0.0.1

=head1 AUTHORS

=over 4

=item *

Jesse Luehrs    <doy@cpan.org>

=item *

Yanick Champoux <yanick.champoux@iinteractive.com>

=back

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Infinity Interactive <contact@iinteractive.com>.

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
