File: perl.conf

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (13 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Configuration for Perl tests.  -*- perl -*-

# Add this directory (or a .libs subdirectory) relative to the top of the
# source tree to LD_LIBRARY_PATH when checking the syntax of Perl modules.
# This may be required to pick up libraries that are used by in-tree Perl
# modules.
$LIBRARY_PATH = 'client';

# Default minimum version requirement for included Perl scripts.
$MINIMUM_VERSION = '5.006';

# File must end with this line.
1;