about summary refs log tree commit
DateCommit message (Expand)
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
2014-10-09use version 1.999 of IO::Socket::SSL, because it protects against bad version...
2014-10-09Bump version
2014-10-09Release 3.00 v3.00
2014-10-09Skip Perl Critic, Pod and Pod Coverage tests unless AUTHOR_TESTING
2014-10-09Specify the default Perl::Critic configuration
2014-10-09Better skipping of more tests requiring fork()
2014-10-08Synchronize all $VERSIONs to the distribution's version number
2014-10-08Bump version
2014-10-08Release 1.30 v1.30
2014-10-08Fix PAUSE indexing problem again
2014-10-08Bump version
2014-10-08Release 1.29 v1.29
2014-10-08Fix PAUSE indexing problem
2014-10-08Bump version
2014-10-08Release 1.28 v1.28
2014-10-07Fix a warning introduced by the previous commit
2014-10-07Improve code()/message() initialization and error handling in Net::Cmd
2014-10-04Don't use the ALLO command on FTP servers that don't support it
2014-10-04Improve support for $ftp->supported(CMD)
2014-10-03Better skipping of tests requiring fork()
2014-06-27Document new IPv6 & SSL methods
2014-06-27Add some missing commas
2014-06-27Note that IPv6 & SSL support has been added to Net::NNTP
2014-06-27Merge pull request #6 from noxxi/ipv6_nntp
2014-06-26IPv6 and SSL support for Net::NNTP
2014-06-26Fix line spacing
2014-06-26Net::FTP prefers IO::Socket::SSL 1.994 for SSL connections
2014-06-26Document new Net::FTP methods
2014-06-26Merge pull request #5 from noxxi/ipv6_ssl_ftp
2014-06-24added IPv6 and SSL support for Net::FTP too
2014-06-21Test all files, not just files in blib/, with Perl::Critic
2014-06-17Make Makefile.PL non-interactive when running via cpan, cpanp or cpanm
2014-06-11Add optional POD coverage testing