From 33aa36fb8db7a86a5a5090b96527bce2bef76e5e Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 6 Dec 2003 06:06:50 +0000 Subject: [PATCH] add todo for known issue that isn't yet critical but will be --- pear/PEAR/Downloader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pear/PEAR/Downloader.php b/pear/PEAR/Downloader.php index 23a91f6589..46527e5c12 100644 --- a/pear/PEAR/Downloader.php +++ b/pear/PEAR/Downloader.php @@ -495,6 +495,8 @@ class PEAR_Downloader extends PEAR_Common * @param array packages that will be installed in this iteration * @return false|string|PEAR_Error * @access private + * @todo Add test for relation 'lt'/'le' -> make sure that the dependency requested is + * in fact lower than the required value. This will be very important for BC dependencies */ function _processDependency($package, $info, $mywillinstall) { -- 2.50.1