1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Remove MAN3PODS from Makefile.PL
Author: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Forwarded: yes (by private email)
Last-Update: 2013-12-01
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@
'Memoize' => '0',
},
- 'MAN3PODS' => {'lib/List/Rotation/Cycle.pm' => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
+ #'MAN3PODS' => {'lib/List/Rotation/Cycle.pm' => '$(INST_MAN3DIR)/List::Rotation::Cycle.3'},
'clean' => { FILES => 'List-Rotation-Cycle-*' },
);
|