The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
package Email::Pipemailer;
our $VERSION = '1.000';

# ABSTRACT: a thing that delivers mail received on STDIN (placeholder)


1;

__END__

=pod

=head1 NAME

Email::Pipemailer - a thing that delivers mail received on STDIN (placeholder)

=head1 VERSION

version 1.000

=head1 DESCRIPTION

This may be fleshed out more in the future.  For now, it is included to produce
a useful namespace for L<Email::Pipemailer::DieHandler>.

=head1 AUTHOR

  Ricardo Signes <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under
the same terms as perl itself.

=cut