diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 14:47:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-09 14:47:42 +0000 |
commit | 45280b9e0cf1febe8f81648218d439b804c7824f (patch) | |
tree | 775e1d25be08db66bea56472d7eacc33f9a60c5d | |
parent | d9f003f623ca339584f0b758519940df37e81af1 (diff) | |
download | perl-URPM-45280b9e0cf1febe8f81648218d439b804c7824f.tar perl-URPM-45280b9e0cf1febe8f81648218d439b804c7824f.tar.gz perl-URPM-45280b9e0cf1febe8f81648218d439b804c7824f.tar.bz2 perl-URPM-45280b9e0cf1febe8f81648218d439b804c7824f.tar.xz perl-URPM-45280b9e0cf1febe8f81648218d439b804c7824f.zip |
Document keep_all_tags option to parse rpms
-rw-r--r-- | URPM.pm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -300,6 +300,9 @@ and adds them to the URPM object. Allowed options are keep_all_tags => 0 / 1 callback => sub { ... } +If C<keep_all_tags> isn't specified, URPM will drop all memory-consuming tags +(notably changelogs, filelists, scriptlets). + =item $urpm->search($name, %options) Search an RPM by name or by part of name in the list of RPMs represented by |