use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Bitcoin::Monitor', VERSION => '0.1', INST_SCRIPT => './bin', INST_BIN => './bin', PREREQ_PM => { 'Mojolicious' => 0, 'Const::Fast' => 0, } );