1 2 3 4 5 6 7
#!perl use ExtUtils::MakeMaker; WriteMakefile( NAME => 'slack2gitlab-emoji-sync', EXE_FILES => [ 'sync' ], );