#!/usr/bin/perl use warnings; use strict; use Test::More; use_ok $_ for qw( Config::Layered Config::Any Getopt::Long ); done_testing();