K 10 svn:author V 3 wen K 8 svn:date V 27 2010-07-09T03:47:44.000000Z K 7 svn:log V 430 Sys::Trace provides a way to programmatically run or trace a program and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss. WWW: http://search.cpan.org/dist/Sys-Trace/ PR: ports/148395 Submitted by: Ju Pengfei END