The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.016000;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME           => 'Lingua::RU::Money::XS',
	VERSION_FROM   => 'lib/Lingua/RU/Money/XS.pm',
	ABSTRACT_FROM  => 'lib/Lingua/RU/Money/XS.pm',
	BUILD_REQUIRES => {
		Encode                => 2,
		'ExtUtils::MakeMaker' => 0,
		'List::MoreUtils'     => 0,
		'Test::Exception'     => 0,
		'Test::Spec'          => 0,
	},
	AUTHOR         => 'Igor Munkin <imun@cpan.org>',
	LICENSE        => 'perl',
	LIBS           => ['-lm'],
	DEFINE         => '',
	INC            => '-I.',
	H              => [ 'words.h' ],
	PL_FILES       => { 'words.h.PL' => 'words.h' },
	clean          => { FILES => 'words.h' },
);