diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:16 +0000 |
commit | d90e2c33fec88adabef87549ec3d1b4fb65d9587 (patch) | |
tree | d52440e9b830446ca5560a2533cf00850ef3804d /urpm/install.pm | |
parent | 3cd85172bf689b679e8c1fc626690ba87b136d74 (diff) | |
download | urpmi-d90e2c33fec88adabef87549ec3d1b4fb65d9587.tar urpmi-d90e2c33fec88adabef87549ec3d1b4fb65d9587.tar.gz urpmi-d90e2c33fec88adabef87549ec3d1b4fb65d9587.tar.bz2 urpmi-d90e2c33fec88adabef87549ec3d1b4fb65d9587.tar.xz urpmi-d90e2c33fec88adabef87549ec3d1b4fb65d9587.zip |
convert a couple comments to POD
Diffstat (limited to 'urpm/install.pm')
-rw-r--r-- | urpm/install.pm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index 8754fe85..c539af3c 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -178,15 +178,17 @@ sub options { =item install($urpm, $remove, $install, $upgrade, %options) +Install packages according to each hash (remove, install or upgrade). + +options: + test, excludepath, nodeps, noorder (unused), delta, + callback_inst, callback_trans, callback_report_uninst, + post_clean_cache, verbose + (more options for trans->run) + excludedocs, nosize, noscripts, oldpackage, repackage, replacepkgs, justdb, ignorearch + =cut -#- install packages according to each hash (remove, install or upgrade). -#- options: -#- test, excludepath, nodeps, noorder (unused), delta, -#- callback_inst, callback_trans, callback_report_uninst, -#- post_clean_cache, verbose -#- (more options for trans->run) -#- excludedocs, nosize, noscripts, oldpackage, repackage, replacepkgs, justdb, ignorearch sub install { my ($urpm, $remove, $install, $upgrade, %options) = @_; $options{translate_message} = 1; |