summaryrefslogtreecommitdiff
path: root/devel/p5-Event-ExecFlow
AgeCommit message (Collapse)AuthorFilesLines
2007-04-14Update to 0.63 (required by the upcoming dvd::rip).xtraeme2-6/+6
Features: - Improved output layout of Event::ExecFlow::Term. - Event::ExecFlow::Frontend::Term->set_quiet(1) will print just warning and error messages. - Added method Event::ExecFlow::Job->reset() Bugfixes: - Increase group progress on child finish only when it was successful. - Group considered itself finished even when a child job didn't finish successfully (cancelled or error).
2006-08-24Add p5-Event-ExecFlow-0.62:xtraeme4-0/+31
Event::ExecFlow offers a high level API to declare jobs, which mainly execute external commands, parse their output to get progress or other status information, triggers actions when the command has been finished etc. Such jobs can be chained together in a recursive fashion to fulfill rather complex tasks which consist of many jobs.