summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-01 13:24:49 +0100
committerYves Orton <demerphq@gmail.com>2023-03-02 18:33:16 +0800
commit951cf800219e68a149e7567b76718b1a009147a8 (patch)
treed4bc2b66f622d0f57a7465ae7b61498d17fcf54d /MANIFEST
parent32346b7cdde5bcf8a0c8c9ee89ef541d8fe9a7b7 (diff)
downloadperl-951cf800219e68a149e7567b76718b1a009147a8.tar.gz
dist/Tie-File - add missing build artifacts
Fixes https://github.com/Perl/perl5/issues/20874 for this module
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index be09499b1b..982cfdfe7a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4134,6 +4134,7 @@ dist/threads-shared/t/wait.t Test cond_wait and cond_timedwait
dist/threads-shared/t/waithires.t Test sub-second cond_timedwait
dist/Tie-File/ChangeLog Tie::File
dist/Tie-File/lib/Tie/File.pm Files as tied arrays
+dist/Tie-File/Makefile.PL Build Tie::File
dist/Tie-File/t/01_gen.t Generic read/write tests for Tie::File
dist/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File
dist/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File