From c39de958ace0d6dc0abdf5667bb50a43d9930927 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 13 Jan 2024 01:10:07 -0800 Subject: initial --- http/Makefile.PL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 http/Makefile.PL (limited to 'http/Makefile.PL') diff --git a/http/Makefile.PL b/http/Makefile.PL new file mode 100644 index 0000000..441bf8f --- /dev/null +++ b/http/Makefile.PL @@ -0,0 +1,17 @@ +use v5.36; + +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'sakisafe', + CONFIGURE_REQUIRES => { + "Mojolicious" => 0, + "List::MoreUtils" => 0, + "Term::ANSIColor" => 0, + "MIME::Types" => 0, + "Path::Tiny" => 0, + "Mojolicious::Plugin::RenderFile" => 0, + "Mojolicious::Routes::Pattern" => 0 + }, + EXE_FILES => ['sakisafe.pl'] +); -- cgit v1.2.3-13-gbd6f