From 45280b9e0cf1febe8f81648218d439b804c7824f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 9 Feb 2006 14:47:42 +0000 Subject: Document keep_all_tags option to parse rpms --- URPM.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/URPM.pm b/URPM.pm index cad9168..00f632f 100644 --- a/URPM.pm +++ b/URPM.pm @@ -300,6 +300,9 @@ and adds them to the URPM object. Allowed options are keep_all_tags => 0 / 1 callback => sub { ... } +If C 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 -- cgit v1.2.1