Skip Menu |

This queue is for tickets about the Pod-Pdf CPAN distribution.

Report information
The Basics
Id: 15095
Status: new
Priority: 0/
Queue: Pod-Pdf

People
Owner: Nobody in particular
Requestors: srezic [...] cpan
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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'], );