File: perl.conf

package info (click to toggle)
libtie-shadowhash-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 722; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
# Configuration for Perl tests.  -*- perl -*-

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

# File must end with this line.
1;