aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run-SafeHandles
Commit message (Collapse)AuthorAgeFilesLines
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - Turn over a bunch of p5- ports that change infrequently to perl@Philip M. Gollucci2009-12-131-1/+1
| | | | | | | so more people can look at them. Notes: svn path=/head/; revision=245719
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* IPC::Run and IPC::Run3 are both very upset when you try to use themPhilip M. Gollucci2008-07-303-0/+45
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) Notes: svn path=/head/; revision=217850