5183d32
diff -up openssl-1.0.1c/util/perlpath.pl.perlfind openssl-1.0.1c/util/perlpath.pl
5183d32
--- openssl-1.0.1c/util/perlpath.pl.perlfind	2012-07-11 22:57:33.000000000 +0200
5183d32
+++ openssl-1.0.1c/util/perlpath.pl	2012-07-12 00:31:12.102156275 +0200
5183d32
@@ -4,10 +4,10 @@
5183d32
 # line in all scripts that rely on perl.
5183d32
 #
5183d32
 
5183d32
-require "find.pl";
5183d32
+use File::Find;
5183d32
 
5183d32
 $#ARGV == 0 || print STDERR "usage: perlpath newpath  (eg /usr/bin)\n";
5183d32
-&find(".");
5183d32
+find(\&wanted, ".");
5183d32
 
5183d32
 sub wanted
5183d32
 	{