/usr/local/CPAN/TM-Ontology-KIF/Makefile.PL


use 5.008003;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'TM::Ontology::KIF',
    VERSION_FROM      => 'lib/TM/Ontology/KIF.pm', # finds $VERSION
    PREREQ_PM         => { IO::Handle        => 1.23,
                           Parse::RecDescent => 1.80,
                           Getopt::Long      => 2.34,
                           Getopt::Long      => 1.16},
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/TM/Ontology/KIF.pm', # retrieve abstract from module
       AUTHOR         => 'Robert Barta <rho@bigpond.net.au>') : ()),
    'VERSION_FROM'    => 'lib/TM/Ontology/KIF.pm', # finds $VERSION
    'EXE_FILES'       => [ 'bin/kif2atm' ]
);