about summary refs log tree commit
DateCommit message (Collapse)
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
IPv6 and SSL support for Net::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
added IPv6 and SSL support for Net::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 ↵
loop
2014-06-03Make removal of failed mechanism safer
(Removing a space before and after would join the preceding and following mechanisms together. Also, escape any regexp metacharacters.)
2014-06-03Merge pull request #3 from apla/patch-2
Authen::SASL fixes
2014-06-03Net::SMTP::auth() should use AUTH mechanism(s) supplied in Authen::SASL ↵
object if present Patch by Ewen McNeill from CPAN RT#58002.
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 ↵
all tests skipped
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-ipv6_ssl
2014-05-30Bump version for next release
2014-05-30Release 1.27 v1.27
2014-05-30Simplify Makefile.PL requirements
Requirements accumulate from one phase to the next ('configure' -> 'build' (which also requires 'runtime' requirements) -> 'test') so there is no need for 'test' to list requirements already listed for 'configure', 'build' or 'runtime' (or for 'build' to list requirements already listed for 'configure' or 'runtime'). (However, 'runtime' must still list everything required after installation, but does not need to list 'perl' since 'runtime' is the phase that 'MIN_PERL_VERSION' is applied to anyway.)
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
- Fix missing resources from generated metadata files (the repository value must be a hash reference) - Ensure minimum Perl version is stated for configure and test, not just for runtime - Add previously commented-out requirements as optional features
2014-05-22Bump version for next release
2014-05-22Bump/set minimum Perl and EU::MM versions and overhaul Makefile.PL
Also add a .gitignore file.
2014-05-16documentation updates
2014-05-16added external test for pop3 ssl
2014-05-16SSL and IPv6 support for POP3 incl. tests