From 54bb94e676ce422c2b17000cb48808ffa72add6c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Mar 2009 15:40:26 +0000 Subject: (install) wrap a big comment --- urpm/install.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urpm/install.pm b/urpm/install.pm index a18796f4..675bd872 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -242,7 +242,8 @@ sub install { get_README_files($urpm, $trans, $urpm->{depslist}[$pkgid]); close $fh if defined $fh; }; - #- ensure perl does not create a circular reference below, otherwise all this won't be collected, and rpmdb won't be closed + #- ensure perl does not create a circular reference below, otherwise all this won't be collected, + # and rpmdb won't be closed my ($verbose, $callback_report_uninst) = ($options{verbose}, $options{callback_report_uninst}); $options{callback_uninst} = sub { my ($_urpm, undef, undef, $subtype) = @_; -- cgit v1.2.1