The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2008-08-31

  • 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

Modules

Get/Set/Unset Environment Variables on the C level