in reply to Re: File::Copy::Recursive dircopy side effect (File::Spec)
in thread File::Copy::Recursive dircopy side effect

Thanks. I see and understand the issue. Other than removing the side-effect created directories, is there any known fix for the File::Spec module? Thanks for your help.
  • Comment on Re^2: File::Copy::Recursive dircopy side effect (File::Spec)

Replies are listed 'Best First'.
Re^3: File::Copy::Recursive dircopy side effect (SMoP)
by tye (Sage) on Feb 18, 2014 at 07:42 UTC

    Fixing the bug is a rather simple matter of programming. When you get the fix working, then you can even submit it as part of your bug report so that the module eventually gets updated with the fix on CPAN.

    - tye