From 6c19ca08decc88e1f61f7fd56a35a1eb1dc1d20c Mon Sep 17 00:00:00 2001 From: WindyMadman Date: Sun, 12 Nov 2023 05:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4Perl=20=E7=9A=84=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=8C=87=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/launcher.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/script/launcher.pl b/script/launcher.pl index 741a6a9..325ba91 100644 --- a/script/launcher.pl +++ b/script/launcher.pl @@ -3,7 +3,6 @@ use strict; use warnings; use Cwd 'abs_path'; -use open ':std', ':encoding(UTF-8)'; use Mojo::Base -strict; use Mojo::Server::Morbo; use Mojo::Server::Prefork;