File: perl.conf

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

# The level of coverage achieved by the test suite.
$COVERAGE_LEVEL = 85;

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

# File must end with this line.
1;