diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-24 19:00:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-24 19:00:12 +0000 |
commit | 73c851144720e28b21a491b6250385170db9d752 (patch) | |
tree | dcc9fae4302b3d083ad7cc7a808e5d17f970bb8c /perl-install/pkgs.pm | |
parent | 0dc3338257439d2265c1eb13c3a66c9431c88cb5 (diff) | |
download | drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.gz drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.bz2 drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.tar.xz drakx-backup-do-not-use-73c851144720e28b21a491b6250385170db9d752.zip |
perl_checker adaptations + fixes
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 3b3631e93..e780927cc 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -442,21 +442,6 @@ sub psUsingHdlist { $m; } -#OBSOLETED TODO -sub getOtherDeps($$) { - return; #TODO -} - -#OBSOLETED TODO -sub getDeps { - return; #TODO -} - -#OBSOLETED TODO -sub getProvides($) { - return; #TODO -} - sub read_rpmsrate { my ($packages, $f) = @_; my $line_nb = 0; |