Subject: | Hangs with File::Copy in Config.pm |
Cool module! Only problem is that it hangs if used with File::Copy:
no autovivification;
use File::Copy;
The above Perl script will hang in Config.pm, somewhere within a tied
hash. Tested with perl-5.10.1. Would be great if you could look into it.
Thanks!