Revision history for AnyEvent-FTP
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