The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Text::CSV::Simple',
    'VERSION_FROM'	=> 'lib/Text/CSV/Simple.pm', 
    'PREREQ_PM'		=> { 
			'Text::CSV_XS' => 0,
			'File::Slurp' => 0,
			'Class::Trigger' => 0,
		},
);