From 86a043d2505d2b1aab50f9f203367b448d7734ba Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 21 May 2002 07:16:35 +0000 Subject: [PATCH] * add TODO comment --- pear/PEAR/Installer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index ac79f5365a..1426097bba 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -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. -- 2.50.1