Revision history for AnyEvent-FTP
0.19 2022-04-12 10:33:09 -0600
-
Fix prereq on autodie (gh#33)
-
Fix bug in where socket handle wasn't being properly
destroyed after use (gh#32)
0.18 2021-10-28 09:18:40 -0600
-
Fix test that could fail on some platforms because
regexp wasn't correctly escaped (gh#31)
0.17 2021-07-12 08:43:17 -0600
-
Fix bug related to space being in %PATH% on Windows
-
Another fix on Perl where test suite could fail if
installed from a different volume than the temp
directory.
-
Add dependency on Capture::Tiny
-
Relax Perl requirement to 5.10.0 (had been
5.10.1)
0.16 2017-08-30 09:08:58 -0400
-
Fix to timeout in now longer running client test
-
Fix to test that was not optionally using EV
0.15 2017-08-29 18:39:58 -0400
-
Migrate to EUMM
0.14 2017-07-26 07:42:52 -0400
-
Remove dependency on List::MoreUtils
-
Migrate from File::ShareDir to File::ShareDir::Dist
0.11 2017-07-22 23:58:59 -0400
-
Remove dependency on File::HomeDir
0.10 2017-07-07 18:13:24 -0400
-
Bundle ls from Perl Power Tools for platforms that do not
have a compliant ls
0.09 2015-08-03 14:38:44 -0400
-
AnyEvent::FTP::Server::Context::FSRW no longer attempts to return
a directory as a file via RETR
0.08 2015-03-03 23:30:40 -0500
-
Require Moo 2.0, as older versions inadvertently turn on
fatal warnings
0.07 2015-01-26 09:43:21 -0500
-
Grammar and spacing fixes in documentation (GH#22 thanks shlomif)
-
Improved documentation coverage (GH#22 thanks shlomif)
0.06 2014-10-29 07:55:23 -0400
-
Build.PL now exits instead of dies on wrong Perl version
0.05 2014-09-09 08:49:13 -0400
-
promote to production
0.04_01 2014-08-21 13:34:15 -0400
-
set LC_ALL=C in tests to avoid possible locale missmatches
0.04 2014-08-09 07:32:40 -0400
-
make default for test timeout be 120s
0.03 2014-08-05 08:13:16 -0400
-
fix for test failure on MSWin32
0.02 2014-08-05 07:20:55 -0400
-
fix test failure on non C/English locales (thanks syohex)
-
fix test on OS X (thanks ryochin)
0.01 2014-08-04 16:49:27 -0400
-
initial version