aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg_local.pm
blob: c7f00e3b0484587476bcb885d81a113ca34fc3f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

####################################################################
####################################################################
# This file contains local configuration for the CVSROOT perl
# scripts.  It is loaded by cfg.pm and overrides the default
# configuration in that file.
#
# It is advised that you test it with 'perl -c cfg_local.pm'
# before you commit any changes.
####################################################################
####################################################################


1; # Perl requires all modules to return true.  Don't delete!!!!
#end