diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-04 09:32:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-07-04 09:32:07 +0000 |
commit | 7ef7f89010d3393317c4d83a09353c644d4c4c34 (patch) | |
tree | fe26bb526dd10398af894d0ced4c71b9f88e72be /URPM.pm | |
parent | 8a35f739a488c92679d4738a842851f367a7627b (diff) | |
download | perl-URPM-7ef7f89010d3393317c4d83a09353c644d4c4c34.tar perl-URPM-7ef7f89010d3393317c4d83a09353c644d4c4c34.tar.gz perl-URPM-7ef7f89010d3393317c4d83a09353c644d4c4c34.tar.bz2 perl-URPM-7ef7f89010d3393317c4d83a09353c644d4c4c34.tar.xz perl-URPM-7ef7f89010d3393317c4d83a09353c644d4c4c34.zip |
Documentation fix
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ $names is a reference to an array, holding the acceptable values of the said tag for the searched variables. Then, $callback is called for each matching package in the depslist. -=item $urpm->verify_rpm($file, %options) +=item URPM::verify_rpm($file, %options) Verifies an RPM file. Recognized options are: |