2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
6 NAME => 'SQL::Abstract',
7 VERSION_FROM => 'lib/SQL/Abstract.pm', # finds $VERSION
13 "Test::Exception" => 0,
17 }, # e.g., Module::Name => 1.1
18 ABSTRACT_FROM => 'lib/SQL/Abstract.pm', # retrieve abstract from module
19 AUTHOR => 'Matt Trout <mst@shadowcat.co.uk>, but see the POD',