Subject: | can't locate all_dirs |
The following test script:
#!/usr/bin/env perl
use Carp;
use IO::All;
my $run_dir = 'ftp://ftp:srpipe@il38win';
my $io = io($run_dir);
my @top_level = $io->all_dirs() or croak;
exit;
Produces this error:
Can't locate object method "all_dirs" via package "IO::All::FTP" at
/nfs/users/nfs_j/jo3/Test.pl line 7
Tried this with perl 5.8.8 and 5.10.1 on a debian 4.0 install.