Skip to content

Commit

Permalink
Bug 502625 - Explicitly require Email::Sender::Simple
Browse files Browse the repository at this point in the history
I had assumed Email::Sender::Simple was bundled into Email::Sender.. it
appears that's not the case?
  • Loading branch information
mrenvoize committed Feb 1, 2024
1 parent 363b4a1 commit 2a2269a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requires 'EV', '4.0';
requires 'Email::Address::XS', '1.05';
requires 'Email::MIME', '1.904';
requires 'Email::Sender', '2.600';
requires 'Email::Sender::Simple', '2.600';
requires 'FFI::Platypus';
requires 'File::MimeInfo::Magic';
requires 'Future', '0.34';
Expand Down

0 comments on commit 2a2269a

Please sign in to comment.