diff options
-rw-r--r-- | RPM4/lib/RPM4/Transaction/Problems.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RPM4/lib/RPM4/Transaction/Problems.pm b/RPM4/lib/RPM4/Transaction/Problems.pm index 3c0a40c..fd5b98a 100644 --- a/RPM4/lib/RPM4/Transaction/Problems.pm +++ b/RPM4/lib/RPM4/Transaction/Problems.pm @@ -88,6 +88,10 @@ when trying to install or removing rpms from the system. Create a new problems collection from transaction. Return undef if now problems has been found in the transaction. +=head2 $pbs->count + +Return the count of problems in the object + =head2 $pbs->init Reset internal index and set it to -1, see L<$deps-\\>hasnext()> |