summaryrefslogtreecommitdiff
path: root/ext/B/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/Makefile.PL')
-rw-r--r--ext/B/Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index 9af85c9a62..dcff65a50b 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -16,7 +16,8 @@ if ($^O eq 'MSWin32') {
WriteMakefile(
NAME => "B",
VERSION => "a5",
- MAN3PODS => {},
+ PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' },
+ MAN3PODS => {},
clean => {
FILES => "perl$e *$o B.c defsubs.h *~"
}