aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm5
1 files changed, 5 insertions, 0 deletions
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<URPM::Package> object as argument the callback.
+
=back
=head2 Macro handling functions