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

print "NOTE: Before making this module, you should cd to 'scripts/' and run 'convertdb.pl' to\nconvert your Wordnet files. The tests will fail if you haven't.\n";

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Lingua::Wordnet',
    'VERSION_FROM' => 'Wordnet.pm', # finds $VERSION
);