The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Mojo::SMTP::Client

0.04  Wed Mar 18 23:02:32 NOVT 2015
    - More correct stream errors handling
    - Fix memory leak which occurred on error

0.03  Wed Mar 11 22:55:12 NOVT 2015
    - new `reset' command for `send'
    - now order of commands for `send' is important
    - you can send several non-unique commands with one `send' call

0.02  Tue Mar 10 22:37:21 NOVT 2015
    - `start' event added
    - allow argument for `data' command to be a reference to a string
    - new global %CMD variable
    - cookbook with some useful examples added

0.01  Mon Mar  9 13:48:44 NOVT 2015
    - First release