]> granicus.if.org Git - php/commitdiff
* add TODO comment
authorStig Bakken <ssb@php.net>
Tue, 21 May 2002 07:16:35 +0000 (07:16 +0000)
committerStig Bakken <ssb@php.net>
Tue, 21 May 2002 07:16:35 +0000 (07:16 +0000)
pear/PEAR/Installer.php

index ac79f5365ae8f32551d0c946a4740306fe287644..1426097bbaa62ee269c0095e7e1fa4e23b3da8dd 100644 (file)
@@ -23,6 +23,10 @@ require_once 'PEAR/Common.php';
 require_once 'PEAR/Registry.php';
 require_once 'PEAR/Dependency.php';
 
+// TODO:
+// * files that are not installed should be removed from the
+//   registered file list.
+
 /**
  * Administration class used to install PEAR packages and maintain the
  * installed package database.