use strict;
use warnings;

use SPVM::Builder::Config::Exe;

my $config = SPVM::Builder::Config::Exe->new(file => __FILE__);

$config;