1use ExtUtils::MakeMaker;
2WriteMakefile(
3	AUTHOR        => 'Tony Bowden <kasei@tmtm.com>',
4	NAME          => 'DBIx::ContextualFetch',
5	ABSTRACT_FROM => 'lib/DBIx/ContextualFetch.pm',
6	VERSION_FROM  => 'lib/DBIx/ContextualFetch.pm',
7	PREREQ_PM     => {
8		'DBI'   => 1.35,
9		'Test::More'   => 0.11,
10	},
11);
12