/usr/local/CPAN/Games-Crossword-Puzzle/Makefile.PL


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();