summaryrefslogtreecommitdiff
path: root/textproc/kdoc/files/patch-findperl
blob: 9bf58fa3f3b751dd52ac7cf28558e7523e48b7ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- findperl	Sun Feb 18 10:46:08 2001
+++ findperl.new	Fri Nov 30 18:26:10 2001
@@ -6,7 +6,7 @@
 do
 	if [ -x $p/perl ]
 	then
-		if $p/perl -e 'require 5.6.0;' 
+		if $p/perl -e 'require 5.005;' 
 		then
 			echo $p/perl > perlbin
 			exit 0