The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME => 'B::ConstOptree',
	VERSION_FROM => 'ConstOptree.pm',
	AUTHOR => 'Alexey Tourbin <at@altlinux.org>',
	ABSTRACT => 'Optree constant folding for $^O, $^V, and $]',
);