diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-07-10 21:58:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-07-10 21:58:34 +0000 |
commit | c3c530331f21054a140c9b28847ce487ae5cbca4 (patch) | |
tree | aa55f52b19ae57c26ea9097c23ddb0550e52a9ea /ext/Storable/MANIFEST | |
parent | 969e704ba5232fa0b254fa8b53740042a33809cf (diff) | |
download | perl-c3c530331f21054a140c9b28847ce487ae5cbca4.tar.gz |
Store weak references.
p4raw-id: //depot/perl@23079
Diffstat (limited to 'ext/Storable/MANIFEST')
-rw-r--r-- | ext/Storable/MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Storable/MANIFEST b/ext/Storable/MANIFEST index bc8ecb5388..c87345d6f0 100644 --- a/ext/Storable/MANIFEST +++ b/ext/Storable/MANIFEST @@ -30,12 +30,14 @@ t/restrict.t See if Storable works t/retrieve.t See if Storable works t/st-dump.pl helper routines for tests t/store.t See if Storable works +t/testlib.pl more helper routines for tests t/tied.t See if Storable works t/tied_hook.t See if Storable works t/tied_items.t See if Storable works t/threads.t See if Storable works under ithreads t/utf8.t See if Storable works t/utf8hash.t See if Storable works +/t/weak.t Can Storable store weakrefs # t/Test/Builder.pm For testing the CPAN release on pre 5.6.2 # t/Test/More.pm For testing the CPAN release on pre 5.6.2 # t/Test/Simple.pm For testing the CPAN release on pre 5.6.2 |