Skip Menu |

This queue is for tickets about the perlindex CPAN distribution.

Report information
The Basics
Id: 6186
Status: resolved
Priority: 0/
Queue: perlindex

People
Owner: ULPFR [...] cpan.org
Requestors: florian [...] mookooh.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.301
Fixed in: 1.302



Subject: please parameterize the $IDIR in the make process
For packaging perlindex it would be really nice to be able to customize the default $IDIR value within the make process. A patch that allows that through the INDEXDIR variable when running make is attached. Regards, Florian
diff -r perlindex-1.301/perlindex.PL perlindex-1.301-flo1/perlindex.PL 92a93,97 > > $index_dir = $Config{'man1direxp'}; > $index_dir =~ s:/[^/]*$::; > $index_dir = $ENV{'INDEXDIR'} if $ENV{'INDEXDIR'}; > 97a103 > \$IDIR = \'$index_dir\'; 142,144d147 < # directory for the index < $IDIR = $man1direxp; < $IDIR =~ s:/[^/]*$::;
[guest - Sat May 1 17:04:35 2004]: Show quoted text
> For packaging perlindex it would be really nice to be able to > customize the default $IDIR value within the make process.
Included the patch in my version. I would have accepted a patch for the documentation too ;-) Ulrich p.s.: Hope the license "same condidtions as perl itself" is clearer now.
[ULPFR - Sun May 2 09:51:33 2004]: Show quoted text
> Included the patch in my version. I would have accepted a patch for the > documentation too ;-)
Thanks :-) So will there be a new release soon? The tarball available at http://search.cpan.org/~ulpfr/perlindex/ still seems to be the same. Show quoted text
> p.s.: Hope the license "same condidtions as perl itself" is clearer now.
Yeah, thank you! Florian