The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More tests => 4;

BEGIN {
    use_ok('IP::CountryFlag')                       || print "Bail out!";
    use_ok('IP::CountryFlag::Params')               || print "Bail out!";
    use_ok('IP::CountryFlag::UserAgent')            || print "Bail out!";
    use_ok('IP::CountryFlag::UserAgent::Exception') || print "Bail out!";
}

diag( "Testing IP::CountryFlag $IP::CountryFlag::VERSION, Perl $], $^X" );