about summary refs log tree commit
DateCommit message (Expand)
2015-09-02Use past tense in Changes file
2015-09-02ChangeLog was renamed to Changes a while ago
2015-09-02Simplify specification of INSTALLDIRS
2015-09-02Add INSTALL file
2015-09-01Re-sort MANIFEST
2015-09-01Bump version
2015-07-17Release 3.07 v3.07
2015-07-17Add Changes entry for previous merge commit
2015-07-17Merge branch 'ColMelvin-use-MLSD-for-more-robustness'
2015-07-17Merge branch 'use-MLSD-for-more-robustness' of https://github.com/ColMelvin/p...
2015-07-17Minor correction to 8b327f4281, confirmed by Steffen
2015-07-16Add Changes entry for previous merge commit, plus other minor tidy-ups
2015-07-16Merge pull request #18 from noxxi/af_domain
2015-07-16Merge pull request #19 from zhouzhen1/podspell
2015-07-16Fix Net::Cmd::datasend() for octets stored in an upgraded string
2015-07-11fix a typo in pod
2015-07-10let FTP, NNTP, POP3, SMTP restrict Domain to IPv4 even if IPv6 is supported b...
2015-07-08Bump version
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-12-03Make rmdir() more robust against faulty FTP servers
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 ...