diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:49:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:49:55 +0000 |
commit | 2f294fb2c05c5504e7250a746ab41ca41ee4b1f6 (patch) | |
tree | 50a551294b0e954c032dec217c9545598a28659c /URPM.pm | |
parent | f79a3a4205864e545fd814c382bc164795659de9 (diff) | |
download | perl-URPM-2f294fb2c05c5504e7250a746ab41ca41ee4b1f6.tar perl-URPM-2f294fb2c05c5504e7250a746ab41ca41ee4b1f6.tar.gz perl-URPM-2f294fb2c05c5504e7250a746ab41ca41ee4b1f6.tar.bz2 perl-URPM-2f294fb2c05c5504e7250a746ab41ca41ee4b1f6.tar.xz perl-URPM-2f294fb2c05c5504e7250a746ab41ca41ee4b1f6.zip |
(is_platform_compat) kill unimplemented function (dead since switch to
rpm.org in 2007)
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -622,12 +622,6 @@ Returns whether this package is compatible with the current machine's architecture. 0 means not compatible. The lower the result is, the preferred the package is. -=item $package->is_platform_compat() - -Return whether this package is compatible with the current machine's -platform configuration (/etc/rpm/platform). 0 mean not compatible. -The lower the result is the preferred the package is. - =item $package->license() =item $package->name() |