File: perl.conf

package info (click to toggle)
webauth 4.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,932 kB
  • sloc: ansic: 28,341; sh: 12,031; perl: 8,361; xml: 6,856; makefile: 459; php: 7
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
# Configuration for Perl tests.  -*- perl -*-

# Default minimum version requirement.
$MINIMUM_VERSION = '5.008';

# File must end with this line.
1;