use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'TKL',
#    'VERSION_FROM'	=> 'TKL.pm', # finds $VERSION 
    'PMLIBDIRS'		=> ['TKL'],
    'EXE_FILES'		=> ['bin/tkl-getharv', 'bin/tkl-oai-harvester', 'bin/tkl-stat', 'bin/tkl-urlcheck'],
#    'PREREQ_PM'		=> {XML::LibXML => 0.07}, # e.g., Module::Name => 1.1
    'ABSTRACT'          => 'tkl perl utilities',
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (AUTHOR     => 'Anders Sønderberg Mortensen <sondberg@indexdata.dk>') : ()),
);


