BitcoinMonitor/Makefile.PL

13 lines
248 B
Makefile
Raw Normal View History

2022-01-22 00:39:17 +01:00
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Bitcoin::Monitor',
VERSION => '0.1',
INST_SCRIPT => './bin',
INST_BIN => './bin',
PREREQ_PM => {
'Mojolicious' => 0,
'Const::Fast' => 0,
}
);