1 2 3 4 5 6 7 8 9 10 11
--- findperl.orig Sun Mar 4 00:24:52 2001 +++ findperl Sun Mar 4 00:25:00 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