File: Config.pm

package info (click to toggle)
libfile-policy-perl 1.005-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 226; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# Purpose : Selection of FILE I/O policy
# Author  : John Alden
# Created : March 2005
# CVS     : $Id: Config.pm,v 1.2 2005/03/31 17:28:26 sysadm Exp $
###############################################################################
# This is the default configuration - please update as necessary
###############################################################################

package File::Policy::Config;

use constant IMPLEMENTATION => 'Default';

1;