The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Env::C.

0.10  2013-04-09
- fix memory leak due to PL_use_safe_putenv = 1 [#49872]

0.09  2012-06-25

- new maintainer: Michael Schout <mschout@cpan.org>
- use Dist::Zilla for distribution management
- fix: getallenv() segmentation fault under OS X 10.7

0.08 Thu Sep  4 08:50:40 PDT 2008

- fix the first test, where getenv returns undef on windows, rather
than ''.

- undo part of the patch for windows in wez@messagesystems.com's patch

- another patch from wez@messagesystems.com, to solve the "panic: free
from wrong pool during global destruction" problem he detected on his
x64 linux build. using PL_use_safe_putenv.

0.07 Sun Aug 31 15:14:09 PDT 2008

- Env-C assumes that there are no native functions for manipulating the
environment on Solaris 10, and this results in a segmentation fault when
running the test script.

The attached patch detects solaris versions that have these functions in
libc by doing the same thing that the stdlib.h header does to reveal the
prototype.  Ideally the Makefile.PL would detect the functions using a
compiler check, but this seems like the simplest approach for the moment.
[Patch by wez@messagesystems.com]

- include the latest ppport.h


0.06 Mon May 23 18:53:52 EDT 2005

- As AIX has no unsetenv, reuse the code for Solaris to implement it [Larry Pells <lpells@spillman.com>]

0.05 Thu May 19 15:05:37 EDT 2005

- add Solaris support [Larry Pells <lpells@spillman.com>]

0.04 Wed Jun 23 17:52:38 IDT 2004

- add the missing license info

- add MSWin32 support [Larry Pells <lpells@spillman.com>]

0.03 Sun Mar  9 10:20:56 EST 2003

- refuse to build for solaris and MSWin32, since it won't work

- add the missing include #include <stdlib.h>

0.02 Sat Mar  8 22:20:56 EST 2003

- fix doc typo [Mark James <mrj@bigpond.net.au>]

- add a warning that the app is not thread-safe

0.01  Sat Aug 17 18:31:45 2002

- first version