Following up on my own post...

On Thu, Jun 20, 2013 at 12:28 PM, Fulko Hew <fulko....@gmail.com> wrote:

> While testing my pp'ed file, I'm seeing that the /tmp/par*
> directory is filling up with 'stuff'

... snip ...

> [Ultimately, I'm doing this under Cygwin,

... snip ...

I've got a feeling it may be related to the usage
of  File::Temp::tempfile() inside _tempfile() inside PAR.pm.

That library does various things depending on the OS.
If its Windows it uses one approach, and if its something else
it does something different.

So, am I encountering a limitation because I'm doing PAR
under cygwin which is under Windows, and hence the
wrong approach is being used for temporary files?

Thanks
Fulko

Reply via email to