doc: move @shortcontents and @contents from end to start
[platform/upstream/coreutils.git] / tests / require-perl
1 : ${PERL=perl}
2 $PERL -e 'use warnings' > /dev/null 2>&1 || {
3   echo 1>&2 "$0: configure did not find a usable version of Perl," \
4     "so skipping this test"
5   Exit 77
6 }