Good job! :)

On Fri, Feb 3, 2012 at 12:13 PM, David Precious <davidp@preshweb.co.uk> wrote:
On Wed, 1 Feb 2012 09:58:54 +0000
David Precious <davidp@preshweb.co.uk> wrote:

> With regards to the hackish workaround, I have raised a ticket on RT
> to see if Devel::NYTProf's behaviour could be changed so that
> creation of an output file is deferred until profiling is actually
> starting, as that seems far more sensible and expected to me, and
> would remove the requirement for that workaround.

This has been fixed in Devel::NYTProf in r2208, and I imagine should be
in the next release; at that point, I can use file=/dev/null and it
will avoid trying to create a file, so I won't need the hackish
workaround I implemented giving it a temporary file any more :)