about summary refs log tree commit
DateCommit message (Expand)
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
2014-06-05Add optional Perl::Critic testing
2014-06-05Add optional POD testing
2014-06-05Update copyright and fix POD
2014-06-04Make code Perl::Critic clean
2014-06-04Note requirements for optional SSL and IPv6 support
2014-06-04Note in more places that Perl 5.8.1 is now required
2014-06-04Use 5.008001, strict and warnings throughout
2014-06-04Remove unhelpful demo: Without the Net::DummyInetd this is not much use
2014-06-04Remove another unnecessary file
2014-06-04Remove two unnecessary files
2014-06-04We require perl-5.8.1 or higher now
2014-06-03Add MANIFEST.SKIP
2014-06-03Moved Net/*.pm into lib/Net/ sub-directory within distribution
2014-06-03Note changes for commit fdcacd730e
2014-06-03Exit loop over AUTH mechanisms when there are no more left to avoid infinite ...
2014-06-03Make removal of failed mechanism safer
2014-06-03Merge pull request #3 from apla/patch-2
2014-06-03Net::SMTP::auth() should use AUTH mechanism(s) supplied in Authen::SASL objec...
2014-06-02Merge branch 'noxxi-ipv6_ssl'
2014-06-02Add two missing commas to documentation
2014-06-02Note changes in Changes file
2014-06-02Bump $VERSION in changed modules
2014-06-02Avoid "Use of uninitialized value $parent in numeric eq (==)" warning when al...
2014-06-02Avoid "Name "IO::Socket::SSL::SSL_ERROR" used only once: possible typo" warnings
2014-06-02Rename new test scripts from *.pl to *.t as per MANIFEST
2014-06-02Merge branch 'ipv6_ssl' of https://github.com/noxxi/perl-libnet into noxxi-ip...
2014-05-30Bump version for next release
2014-05-30Release 1.27 v1.27
2014-05-30Simplify Makefile.PL requirements
2014-05-30Convert tabs to spaces
2014-05-30Bump version for next release
2014-05-30Release 1.26 v1.26
2014-05-30Various metadata updates
2014-05-22Bump version for next release
2014-05-22Bump/set minimum Perl and EU::MM versions and overhaul Makefile.PL
2014-05-16documentation updates
2014-05-16added external test for pop3 ssl
2014-05-16SSL and IPv6 support for POP3 incl. tests