about summary refs log tree commit
DateCommit message (Collapse)
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-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
2013-05-30typo fix
2013-05-30typo fix
2013-05-30typo fix
2013-05-30typo fix
2013-05-30typo fix
2013-02-19Merge pull request #4 from chorny/master
better documentation for Net::SMTP (written from my own experience starting using it)
2013-02-19Add error check in example. Made several things more
clear in documentation (like requirement for Authen::SASL for auth).
2013-02-18Document that Net::Cmd::message returns a list in list contenxt
2012-07-16Use correct TAP syntax to show reason for skipping (ftp) tests.
Separate ftp_testhost and test_hosts checks.
2012-07-16Just some whitespace formatting and a POD typo correction
2012-07-16Merge pull request #2 from chorny/master
small errors in pod
2011-09-30correct link to RFC (RT#68749)
2011-09-30typo
2011-01-23Use of undefined value at line 54 and 72.
2011-01-23Minor pod lint - remove whitespace.
2010-05-31Release 1.22_01 v1.22_01
2010-05-31fix netrc tests
2010-03-10Allow finding _netrc on machines that do not support .netrc
2010-03-10Avoid infinite recursion in rmdir
2009-09-25Avoid long hang on Mac OS X when hostname is *.local by not calling ↵
gethostbyname *.local names are special on darwin. If we call gethostbyname below, it may hang while waiting for another, non-existent computer to respond.
2009-09-22[rt.cpan.org #49920] Fix URL
I'm trying to update various URLs in the Perl source code. Here's a quick patch.
2009-06-13Ensure REST is sent directly before command being restarted
2009-02-24Catch timeout condition while doing an abort
2009-02-24Use uppercase characters for xtext encoding
2009-02-24Avoid warnings when server do not prefix messages with codes
2009-02-24Send ALLO command just before the store command
2009-02-24Allow words other than FILE to prefix the unique name returned in info ↵
message from stou
2009-02-24Make ->supported check ->feature
2009-02-24Encode . as .. when datasend is called with a buffer that starts with \012. and
the previous buffer ended with \015
2009-02-24Document that timeout is in seconds
2009-02-24Add support for LocalAddr to be passed to ->new
2009-02-24Set $@ when -> returns undef