Skip Menu |

This queue is for tickets about the Spawn-Safe CPAN distribution.

Report information
The Basics
Id: 72831
Status: resolved
Priority: 0/
Queue: Spawn-Safe

People
Owner: jeagle [...] cpan.org
Requestors: stas [...] stason.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: a minor doc tweak for Spawn/Safe.pm
Date: Wed, 30 Nov 2011 01:27:22 -0800
To: bug-Spawn-Safe [...] rt.cpan.org
From: Stas Bekman <stas [...] stason.org>
John, In http://search.cpan.org/~jeagle/Spawn-Safe-2.001/lib/Spawn/Safe.pm a little doc fix. instead of: %new_env{'TMP'} = '/var/tmp/'; it should be: $new_env{'TMP'} = '/var/tmp/'; Thanks for the cool and very useful module! -- Show quoted text
Fixed in 2.002. Thanks!