File: perl.conf

package info (click to toggle)
webauth 4.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,400 kB
  • ctags: 2,704
  • sloc: ansic: 28,337; sh: 12,040; perl: 8,361; xml: 6,856; makefile: 455; 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;