13 lines
336 B
Diff
13 lines
336 B
Diff
diff --git a/Makefile.PL b/Makefile.PL
|
|
index bf6c023..fbf756f 100644
|
|
--- a/Makefile.PL
|
|
+++ b/Makefile.PL
|
|
@@ -13,5 +13,8 @@ WriteMakefile(
|
|
"sense.pod" => '$(INST_LIB)/common/sense.pod',
|
|
},
|
|
clean => { FILES => "sense.pm" },
|
|
+ MAN3PODS => {
|
|
+ 'sense.pod' => '$(INST_MAN3DIR)/common::sense.3pm',
|
|
+ },
|
|
);
|