X-Git-Url: https://git.nmode.ca/Fey/blobdiff_plain/2ea2e3d0a8c167cbb07616f501f4a4fdc1b02855..c0cef88fff9d77e7d44d6c82ce753e0cbe76eec9:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..e9d3292 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,10 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'App::Fey', + VERSION_FROM => 'lib/App/Fey.pm', + ABSTRACT_FROM => 'lib/App/Fey.pm', + LICENSE => 'open_source', + AUTHOR => 'Naeem Model ', + EXE_FILES => ['script/fey'], +);