From 11349f671efe63aa68cd5037e40c191135f3881d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 7 Apr 2006 10:07:18 +0000 Subject: Add function to traverse transactions --- URPM.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index c7dd62d..33d1618 100644 --- a/URPM.pm +++ b/URPM.pm @@ -672,6 +672,11 @@ Recognized options are: They roughly correspond to command-line options to rpm(1). +=item $trans->traverse($callback) + +Executes the specified callback (a code reference) for each package in the +transaction, passing a C object as argument the callback. + =back =head2 Macro handling functions -- cgit v1.2.1