Skip Menu |

This queue is for tickets about the IO-All-LWP CPAN distribution.

Report information
The Basics
Id: 58022
Status: new
Priority: 0/
Queue: IO-All-LWP

People
Owner: Nobody in particular
Requestors: obrien.jk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.14
Fixed in: (no value)



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.