From f9289a6c742ce42f00c7797f4d6b4bab6675b55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=A4fer?= Date: Tue, 1 Apr 2025 14:30:22 +0200 Subject: [PATCH] Add perl-mojo template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Schäfer --- templates.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 5549924..df3a9c0 100644 --- a/templates.json +++ b/templates.json @@ -244,5 +244,14 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "official": "false" + }, + { + "template": "perl-mojo", + "platform": "x86_64", + "language": "Perl", + "source": "tschaefer", + "description": "Perl Mojolicious template", + "repo": "https://github.com/tschaefer/openfaas-perl-mojo-template", + "official": "false" } -] \ No newline at end of file +]