summaryrefslogtreecommitdiff
path: root/tests/require-perl
blob: 1f98edfe4b6d2a458237318f5fca166a595deb21 (plain)
1
2
3
4
5
6
: ${PERL=perl}
$PERL -e 'use warnings' > /dev/null 2>&1 || {
  echo 1>&2 "$0: configure did not find a usable version of Perl," \
    "so skipping this test"
  (exit 77); exit 77
}