Subject: | Email::Received has an un-reported dependency |
The regression test, rcvd_parser.t makes use of the Email::Simple module:
t/rcvd_parser.t:use_ok("Email::Simple");
t/rcvd_parser.t: my $email = Email::Simple->new($msg);
However, Email::Simple isn't reported in the META as a requirement for
this module. This breaks automated CPAN.pm installs.
-Dan