From: Naeem Model Date: Thu, 17 Jul 2025 04:52:39 +0000 (+0000) Subject: Add Makefile.PL X-Git-Url: https://git.nmode.ca/Fey/commitdiff_plain/HEAD?hp=2ea2e3d0a8c167cbb07616f501f4a4fdc1b02855 Add 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'], +);