The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# This file is part of Config-Model
#
# This software is Copyright (c) 2014 by Dominique Dumont.
#
# This is free software, licensed under:
#
#   The GNU Lesser General Public License, Version 2.1, February 1999
#

$conf_file_name = "popularity-contest.conf" ;
$conf_dir = "etc" ;
$model_to_test = "PopCon" ;

@tests = (
    { # t0
     check => { 
     }
    },
);

1;