in reply to File::Copy::Recursive chokes on input
I've been trying to replicate your problem on Unix by running your program in places where I don't have the permissions because that's really the only reason that I can imagine this failing.
I always get an error like
Uncaught exception from user code: Copy failed: Not a directory at /home/forda/filecopy line 15.
or
Uncaught exception from user code: Copy failed: Permission denied at /home/forda/filecopy line 15.
depending.
Random thought: When you installed the module, did you run "make test"? Did you get all OK?
non-Perl: Andy Ford
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File::Copy::Recursive chokes on input
by dbonneville (Acolyte) on Aug 23, 2007 at 17:29 UTC | |
by andyford (Curate) on Aug 23, 2007 at 17:45 UTC |