]> nmode's Git Repositories - Fey/blob - Makefile.PL
Add Makefile.PL
[Fey] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 NAME => 'App::Fey',
5 VERSION_FROM => 'lib/App/Fey.pm',
6 ABSTRACT_FROM => 'lib/App/Fey.pm',
7 LICENSE => 'open_source',
8 AUTHOR => 'Naeem Model <me@nmode.ca>',
9 EXE_FILES => ['script/fey'],
10 );