The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use lib('t/testlib');
use _Auxiliary;

chdir 'templates';
test 'default.tmpl', {};
test 'default.tmpl', {
			start => 'bar',
			c => 'books',
		};