The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for AnyEvent-FTP

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