http://www.perlmonks.org?node_id=887593


in reply to Tetris on the console

Nice. I would recommend to add dependencies to the Makefile.PL:
diff --git a/Makefile.PL b/Makefile.PL index d1c98b6..2efb32a 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,15 @@ WriteMakefile( ? ( 'LICENSE' => 'perl' ) : () ), PL_FILES => {}, - PREREQ_PM => { 'Test::More' => 0, }, + PREREQ_PM => { + 'Moose' => 0, + 'Moose::Util::TypeConstraints' => 0, + 'Test::More' => 0, + 'Term::ReadKey' => 0, + 'Time::HiRes' => 0, + 'Term::Screen::Uni' => 0, + 'Thread::Semaphore' => 0, + }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Games-Tetris-Complete-*' }, );
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]