diff options
author | nanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2007-11-05 22:54:27 +0000 |
---|---|---|
committer | nanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2007-11-05 22:54:27 +0000 |
commit | 90318499758266a62d75167169b2f8c2fac0a737 (patch) | |
tree | e144dc99dc1f99ed83ad49d5048f53fcce99a4c5 /RPM4 | |
parent | ed3e73b007ffe4f1c6300c9c6fda7f648f227950 (diff) | |
download | perl-RPM4-90318499758266a62d75167169b2f8c2fac0a737.tar perl-RPM4-90318499758266a62d75167169b2f8c2fac0a737.tar.gz perl-RPM4-90318499758266a62d75167169b2f8c2fac0a737.tar.bz2 perl-RPM4-90318499758266a62d75167169b2f8c2fac0a737.tar.xz perl-RPM4-90318499758266a62d75167169b2f8c2fac0a737.zip |
- pod completion
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@143 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4')
-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()> |