]> granicus.if.org Git - php/commitdiff
add todo for known issue that isn't yet critical but will be
authorGreg Beaver <cellog@php.net>
Sat, 6 Dec 2003 06:06:50 +0000 (06:06 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 6 Dec 2003 06:06:50 +0000 (06:06 +0000)
pear/PEAR/Downloader.php

index 23a91f65890c147bc23c157b1205ffe726d63588..46527e5c12f427d94409d4edcf21bf64e0d6dfef 100644 (file)
@@ -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)
     {