summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-23 13:14:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-23 13:14:42 +0000
commit73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b (patch)
tree5050265a169e28566e4cea19c40756604f7b6b31 /urpm/install.pm
parentbf5c13dc382b88a5189c1f1bb94690ff76573b1b (diff)
downloadurpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.gz
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.bz2
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.xz
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.zip
rename urpm::install::create_transaction() into build_transaction_set_()
(to avoid confusion with $db->create_transaction from URPM.xs)
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 7687eb71..e08be38b 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -29,7 +29,7 @@ sub prepare_transaction {
}
}
-sub create_transaction {
+sub build_transaction_set_ {
my ($urpm, $state, %options) = @_;
if ($urpm->{parallel_handler} || !$options{split_length} ||