1# Load the Module::Install bundled in ./inc/
2use inc::Module::Install;
3
4name            'Zen-Koans';
5all_from        'lib/Zen/Koans.pm';
6build_requires  'Test::More'        => '0.42';
7license 'perl';
8
9# Generate the Makefile
10WriteAll;
11