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

name     'Quiz-Flashcards-Sets-Hiragana-Romaji_Simple';
all_from 'lib/Quiz/Flashcards/Sets/Hiragana/Romaji_Simple.pm';
author   'Christian Walde <mithaldu@yahoo.de>';
license  'perl';

build_requires 'Test::More';
build_requires 'Quiz::Flashcards';

auto_install;

WriteAll;