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

use strict;
use Parse::Arcconf;
use Test::More tests => 1;

my $arcconf = Parse::Arcconf->new();
$arcconf->parse_config_file("output.txt");

ok($arcconf, "Created new Reprepro::Uploaders object");