Subject: | Documentation bug in IO::All::FTP Synopsis |
In the synoposis, the line:
$content < io('ftp://example.org/xyz')->user('me')->passwd('secret');
should read
$content < io('ftp://example.org/xyz')->user('me')->password('secret');
i tried the example you give and it failed, i stumbled upon the fact
that password works
This bug is against IO::All::FTP 0.10