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

WriteMakefile(
		NAME		=> 'Gtk2::Ex::Datasheet::DBI',
		VERSION_FROM	=> 'lib/Gtk2/Ex/Datasheet/DBI.pm',
		PREREQ_PM	=> {
					'Gtk2'				=> 1.040,
					'Gtk2::Ex::Dialogs'		=> 0.08,
					'DBI'				=> 1.30
				   },
		($] >= 5.005 ?     ## Add these new keywords supported since 5.005
					(AUTHOR		=> 'Daniel Kasak <dan@entropy.homelinux.org>') : ()),
);