about summary refs log tree commit
DateCommit message (Expand)
2015-04-01Release 3.06 v3.06
2015-04-01Remove accidental vi "insert" detritus from a test script
2015-04-01Fix INSTALLDIRS to account for the @INC reordering change in Perl 5.12
2015-03-24Add licence files; clarify licence statements
2015-03-11Merge pull request #15 from mstevens/master
2015-03-10Convert tabs to spaces
2015-03-09Add missing Changes testing optional feature to Makefile.PL
2015-03-05Fix unrendered pod markup showing for eprt / epsv (eg see https://metacpan;3D...
2015-02-05Fix Net::FTP authorize() method
2015-01-26Document the new SendHello argument to Net::SMTP->new()
2015-01-26Tidy up previous merge commit
2015-01-26Merge pull request #13 from RubberCthulhu/optional-auto-hello
2015-01-26Merge pull request #14 from sunnavy/master
2015-01-26typo(IO:File => IO::File)
2015-01-22Optional automatic hello
2015-01-20Bump version
2015-01-12Release 3.05 v3.05
2015-01-12libnet: less test noise on STDERR
2014-12-20No need for the "1" at the end of "eval { require XXX; 1 }"
2014-12-09last does not work in a do {} block
2014-12-09Bump version
2014-11-29Release 3.04 v3.04
2014-11-29Changes entry for previous merge commit
2014-11-29Merge pull request #10 from noxxi/ssl
2014-11-29SSL support: use SNI only if supported by IO::Socket::SSL (i.e. openssl versi...
2014-11-28Bump version
2014-11-28Release 3.03 v3.03
2014-11-28Changes entry for previous merge commit
2014-11-28Minor tidy-up from previous merge commit: Prefer explicit return statement
2014-11-28Merge pull request #9 from noxxi/ssl
2014-11-28- model SSL support for Net::NNTP after Net::SMTP, i.e. upgrade to SSL class ...
2014-11-27Increase minimum requred IO::Socket::SSL version from 1.999 to 2.007
2014-11-20Changes entry for previous commit
2014-11-20Convert array received from PASV into a format PORT command can use
2014-11-20Remove unnecessary scope for "no warnings 'once'"
2014-11-20Increased minimum required Socket version from 1.3 to 2.016
2014-11-13Avoid "Argument ... isn't numeric in subroutine entry" warnings
2014-11-13No need to repeat checks for IO::Socket::SSL in t/*_ssl.t
2014-10-28Update CPAN Request Tracker URL for reporting bugs
2014-10-28Add optional Changes testing (skipped unless AUTHOR_TESTING)
2014-10-28Reformat Changes file as per CPAN::Changes::Spec
2014-10-15No need to escape . in a character class
2014-10-11Bump version
2014-10-10Release 3.02 v3.02
2014-10-10Don't run interactive prompt() in Makefile.PL when in PERL_CORE
2014-10-10Fix $smtp->auth($sasl)
2014-10-10Add credit for fixes in v3.01
2014-10-09Bump version
2014-10-09Release 3.01 v3.01
2014-10-09Tidy up following 042ff9d728