From 6fcde257f3d30a78aa84e644c43900894079a605 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 2 Mar 2001 07:52:56 +0000 Subject: [PATCH] Added experimental version of Cache_Function module. --- pear/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pear/Makefile.in b/pear/Makefile.in index 6a2cd26e9a..f64aa2265c 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -36,6 +36,7 @@ PEAR_FILES = \ Benchmark/Timer.php \ Cache.php \ Cache/Container.php \ + Cache/Function.php \ Cache/Graphics.php \ Cache/Output.php \ Cache/Container/db.php \ -- 2.40.0