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

name 'Lingua-JA-Gal';
all_from 'lib/Lingua/JA/Gal.pm';

requires 'File::ShareDir' => '1.00';
requires 'Unicode::Japanese';

test_requires 'Test::More';

install_share qw( module Lingua::JA::Gal ), 'share';
auto_include;

WriteAll;