# $Id$ use strict; use warnings; use Test::More tests => 1; use YAML; ok( my $hashref = YAML::LoadFile('etc/latmos_accounts_web.yml'), 'Can load the default config' );