Subject: | [patch] perlindex uses deprecated find.pl |
Hi,
As discussed in
http://www.nntp.perl.org/group/perl.perl5.porters/2011/08/msg176063.html
'find.pl' will not be present in perl 5.16.
There are two ways to keep perlindex working:
* declare an explicit dependency on Perl4::CoreLibs
* Make use of File::Find
The patch at
http://patch-tracker.debian.org/patch/series/view/perlindex/1.605-4/perl4libs.patch
implements the second approach.
Cheers,
dam
Debian Perl Group