aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-08 18:49:55 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-08 18:49:55 +0000
commit2f294fb2c05c5504e7250a746ab41ca41ee4b1f6 (patch)
tree50a551294b0e954c032dec217c9545598a28659c /URPM.pm
parentf79a3a4205864e545fd814c382bc164795659de9 (diff)
downloadperl-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.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/URPM.pm b/URPM.pm
index b82a314..9513241 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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()