The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyright 2005-2012, Paul Johnson (paul@pjcj.net)

# This file will be Include-d by @t_conf_file@
UseCanonicalName Off
<Perl>
    BEGIN { $Gedcom::ROOT = "@top_dir@" }
</Perl>

Include "@t_conf@/gedcom.conf"

<IfDefine COVER>
    <Perl>
        use Devel::Cover qw(-select \.conf$);
    </Perl>
</IfDefine>