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

WriteMakefile(
	NAME			=> 'Config::Column',
	VERSION_FROM	=> 'lib/Config/Column.pm',
	ABSTRACT => 'Config::Column Simply packages config/log file IO divided by any delimiter.',
	PREREQ_PM		=> {},
	($] >= 5.005 ?	## Add these new keywords supported since 5.005
	  (AUTHOR	=> 'Narazaka (http://narazaka.net/)') : ()),
	( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),
);