summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-06 20:11:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-06 20:11:46 +0000
commit9d4ce9a5d50788ac8c636881861cb1c2ab45fc52 (patch)
tree169f36586a608bb9e28d92f76a5612a09e492d23 /MANIFEST
parente7b91b67de5d0f0f6a116fcb08b706e17f3f0bd8 (diff)
downloadperl-9d4ce9a5d50788ac8c636881861cb1c2ab45fc52.tar.gz
add workaround for dlopen() bug on OpenBSD (relative paths that
match /^lib/ won't load properly) p4raw-id: //depot/perl@4765
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bd42382670..3e0b4c66cc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -246,6 +246,7 @@ ext/DynaLoader/dl_vms.xs VMS implementation
ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
+ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
ext/Errno/ChangeLog Errno perl module change log
ext/Errno/Errno_pm.PL Errno perl module create script
ext/Errno/Makefile.PL Errno extension makefile writer