The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

use inc::Module::Install;

name          ('Email-Simple-FromHandle');
author        ('Ricardo SIGNES <rjbs@cpan.org>');
license       ('perl');
version_from  ('lib/Email/Simple/FromHandle.pm');

requires      ('Email::Simple' => 2.004); # ->default_header_class
requires      ('IO::String'    => 0.0);

WriteAll();