The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name           'NetHack-FOV';
all_from       'lib/NetHack/FOV.pm';

requires       'Test::More';

auto_install;
WriteAll;