Subject: | pod2pdf not installed by default |
I think pod2pdf should be installed by default. See the attached patch
to extend Makefile.PL to do it so.
Regards,
Slaven
--- Makefile.PL.orig 2005-10-17 10:15:25.000000000 +0200
+++ Makefile.PL 2005-10-17 10:15:39.000000000 +0200
@@ -4,4 +4,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Pod::Pdf',
'VERSION_FROM' => 'Pdf.pm', # finds $VERSION
+ 'EXE_FILES' => ['scripts/pod2pdf'],
);