Date: Wed, 30 Jul 2008 14:54:03 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-IPC-Run-SafeHandles Makefile distinfo pkg-descr Message-ID: <200807301454.m6UEs3EZ070767@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2008-07-30 14:54:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IPC-Run-SafeHandles Makefile distinfo pkg-descr Log: IPC::Run and IPC::Run3 are both very upset when you try to use them under environments where you have STDOUT and/or STDERR tied to something else, such as under fastcgi. The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under such environment to make sure it always works. If you intend to release your code to work under normal envionrment as well as under fastcgi, simply use this module *after* the "IPC" modules are loaded in your code. WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/ Approved by: araujo (mentor) Revision Changes Path 1.3161 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-IPC-Run-SafeHandles/Makefile (new) 1.1 +3 -0 ports/devel/p5-IPC-Run-SafeHandles/distinfo (new) 1.1 +12 -0 ports/devel/p5-IPC-Run-SafeHandles/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807301454.m6UEs3EZ070767>