summaryrefslogtreecommitdiff
path: root/tests/require-perl
blob: a6d9dc9d330788ac16df6565d1908558ac67829d (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
}