File: require-perl

package info (click to toggle)
coreutils 8.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 45,268 kB
  • ctags: 12,020
  • sloc: ansic: 84,750; sh: 18,445; perl: 5,824; makefile: 1,685; yacc: 1,219; sed: 16
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
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
}