The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
	'PL_FILES' => {},
	'INSTALLDIRS' => 'site',
	'NAME' => 'Gentoo::Probe',
	'EXE_FILES' => [qw(
		bin/pkg     bin/pkg-files
		bin/pkg-of  bin/pkg-faq
	)],
	'PM_FILTER' => 'sed s/__VERSION__/q{$(VERSION)}/',
	'INST_SCRIPT' => './blib/bin',
	'VERSION_FROM' => 'lib/Gentoo/Probe.pm',
	'PREREQ_PM' => {
		'Text::Number' => '0.8',
		'Inline::Python' => '0.22',
		'Getopt::WonderBra' => '1.04',
		'String::Escape' => 0,
		'Term::ReadLine' => '1.02',
	},
	'PREREQ_FATAL' => 0,
	'dist' => {
		'CI' => 'cvs commit',
		'RCS_LABEL' => 'cvs tag V$(VERSION_SYM)',
	}
);