aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 167d52ee816554e332132d99774c0f2b7d197ebc (plain) (blame)
1
2
3
4
5
6
7
#!perl
use ExtUtils::MakeMaker;

WriteMakefile(
   NAME          => 'slack2gitlab-emoji-sync',
   EXE_FILES     => [ 'sync' ],
);