On 10/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Any idea where those files: > > Not in MANIFEST: CR-CW-j3hplJrP > > Not in MANIFEST: CR-TO-vhXaktaY > > I just talked with Andreas Koenig who encountered the same problem. It > seems that these temporary files are created by CPAN::Reporter, and of > course this must be regarded as a CPAN::Reporter bug, and not a bug > of yours.
When I switched to named tempfiles, they get created by File::Temp in the current directory instead of the temp directory. It's a "too much magic" behavior problem with File::Temp. Will be fixed shortly. David
