Marc Lehmann <[EMAIL PROTECTED]> writes:
| While configuring:
|
| checking for perl5.003 or newer... no
| configure: warning:
| *** You don't seem to have perl5.003 or newer installed.
| *** Because of that, you may be unable to regenerate certain files
| *** if you modify the sources from which they are derived.
|
| I do have perl 5.5.650 installed:
|
| Summary of my perl5 (revision 5.0 version 5 subversion 650) configuration:
|
| cerebro:~/cvt/sh-utils-2.0# perl -e 'print $],"\n"'$]'
| 5.00565
|
| the next stable release will be version 5.6 (reported as 5.006 in $])
Thanks for the report.
Would you please look into why it's failing?
The perl test in the latest test release of sh-utils does essentially this:
#!/bin/sh
if ( perl -e 'require 5.003; use File::Compare' ) > /dev/null 2>&1; then
echo ok
else
echo FAIL
fi
Doesn't that work for you?
The latest test release is here:
ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0f.tar.gz