summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-24 15:40:26 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-24 15:40:26 +0000
commit54bb94e676ce422c2b17000cb48808ffa72add6c (patch)
tree4df8ebc651a1dbdb4937808564ed88ef9ae8f688
parentf8cdd55a8597984a42acce8582e45a6cc1c28191 (diff)
downloadurpmi-54bb94e676ce422c2b17000cb48808ffa72add6c.tar
urpmi-54bb94e676ce422c2b17000cb48808ffa72add6c.tar.gz
urpmi-54bb94e676ce422c2b17000cb48808ffa72add6c.tar.bz2
urpmi-54bb94e676ce422c2b17000cb48808ffa72add6c.tar.xz
urpmi-54bb94e676ce422c2b17000cb48808ffa72add6c.zip
(install) wrap a big comment
-rw-r--r--urpm/install.pm3
1 files changed, 2 insertions, 1 deletions
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) = @_;