File: perl.conf

package info (click to toggle)
libpod-thread-perl 3.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,060; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Configuration for Perl tests.  -*- perl -*-

# More than this requires testing obscure encoding nonsense.
$COVERAGE_LEVEL = 90;

# Minimum Perl version requirement.
$MINIMUM_VERSION = '5.024';

# File must end with this line.
1;