The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.010_000;
use strict;
use warnings;

use inc::Module::Install;

name 'Acme-StringFormat';

all_from 'StringFormat.pm';

test_requires
	'Test::Exception' => 0.27,
	'Test::Warn' => 0.11;

WriteAll;