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

use inc::Module::Install;

name          ('Games-Crossword-Puzzle');
author        ('Ricardo SIGNES <rjbs@cpan.org>');
license       ('perl');
version_from  ('lib/Games/Crossword/Puzzle.pm');

WriteAll();