diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 42dd72d17..6c144e873 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -131,6 +131,11 @@ sub setPackages { my ($o, $install_classes) = @_; install_any::setPackages($o, $install_classes); } +sub findPackagesToUpgrade { + my ($o) = @_; + install_any::findPackagesToUpgrade($o); +} + sub choosePackages($$$) { my ($o, $packages, $compss) = @_; } |