about summary refs log tree commit
DateCommit message (Collapse)
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
2014-05-16added tests for Net::SMTP SSL and IPv6, save arguments in Net::SMTP to apply ↵
them on starttls
2014-05-09SSL and IPv6 support for Net::SMTP
2014-02-18Authen::SASL fixes
1) pass debug flag to Authen::SASL, so we can see errors 2) when auth method unavailable (for example, GSSAPI error "No credentials cache file found; output token sz:"), then fallback to another supported method
2014-02-04Release 1.25 v1.25
2014-02-04Correction to 4857f359ec
2014-01-31Fix Net::FTP::pasv_wait() not handling errors from Net::Cmd::reponse()
Patch by bergner@cs.umu.se from CPAN RT#50420.
2014-01-30Make inheritance from Net::Cmd clearer in the documentation
This makes it clearer that various other methods, e.g. method(), are available, inherited from Net::Cmd, as suggested in CPAN RT#72889.
2014-01-30Bump $Net::FTP::VERSION for previous change
2014-01-30Merge pull request #1 from olegwtf/master
timeout for dataconnection creation
2014-01-29Bump $Net::Domain::VERSION for previous change
2014-01-29Merge pull request #2 from Hugmeir/master
Net::Domain: Stop domainname() from giving out warnings in android
2014-01-26Net::Domain: Stop domainname() from giving out warnings in android
2014-01-06Release 1.24 v1.24
2014-01-03Fix incorrect handling of CRLF in Net::FTP
Patch by Willem Monsuwé from CPAN RT#62029 (plus $VERSION bump).
2014-01-03POD fixes
Patch by Dominic Hargreaves from CPAN RT#91761 (plus $VERSION bump).
2013-11-17timeout for dataconnection creation
2013-08-12Release 1.23 v1.23
2013-08-12Bump remaining dev $VERSIONs to stable $VERSIONs ready for release 1.23
2013-08-12Bump $VERSIONs following typo fixes from dsteinbrunner
2013-08-12Merge branch 'patch-1' of https://github.com/dsteinbrunner/perl-libnet
This is pull request #6 on gbarr/master from dsteinbrunner/patch-1 typo fixes
2013-08-08Release 1.22_02 v1.22_02
2013-08-08Note that two existing changes resolve open CPAN RT tickets
2013-08-08Update Changes for existing changes in the repo since 1.22_01 and for
new maintainer and subsequent changes so far
2013-08-07Add new time.t file to MANIFEST
2013-08-06Bump $VERSION in all modules changed since 1.22_01
2013-08-06Bump $VERSION in changed module
All other modules changed between 1.22 and 1.22_01 already have their $VERSIONs bumped.
2013-08-06Add new maintainer information, with updated CPAN and GitHub links
2013-08-06Sync test suite with bleadperl
Apply patch from CPAN RT #87469.
2013-05-30typo fixes
2013-05-30typo fixes
2013-05-30typo fixes