Revision history for Perl module Test::SMTP
0.01 Mon Apr 14 22:27:14 2008
- original version; created by ExtUtils::ModuleMaker 0.51
0.02 Sun Apr 20 23:00:00 2008
- corrected harcoded hostname in test 003_basic.t
- added a Test::Pod::Coverage test
- corrected documentation (thanks to Test::Pod::Coverage)
- renamed smtp_diag to make it clear it's private
0.03 Tue May 27 22:00:00 2008
- Tests now try to find a port to bind to. Testers were getting
"port already in use"
- First shot at STARTTLS support
- Auth support (now inheriting from Net::SMTP_auth instead of Net::SMTP)