diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 21:47:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 21:47:00 +0000 |
commit | a0cb39004565ec2396fbdb3f1949b8f13304208e (patch) | |
tree | 67b23b5671a1bf84313263478ddd1c4894a7b7ad /t/lib | |
parent | 58a21a9b07f5f6666d09bb8c0b9bf9150baca513 (diff) | |
download | perl-a0cb39004565ec2396fbdb3f1949b8f13304208e.tar.gz |
Integrate Memoize 0.64. Few tweaks were required in
the test scripts. Note that the speed and expire*
tests take several dozen seconds to run.
p4raw-id: //depot/perl@10645
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/1_compile.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index a713c6c6e0..29db2ccb70 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -75,6 +75,10 @@ unless (using_feature('threads') && has_extension('Thread')) { delete_by_prefix('Thread::'); } +unless (has_extension('NDBM_File')) { + delete_by_name('Memoize::NDBM_File'); +} + delete_by_prefix('unicode::'); add_by_name('unicode::distinct'); # put this back |