Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
修复再某些情况下操作服务器后会报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
WindyCloudCute committed Jul 8, 2023
1 parent 2d10a13 commit 5f905c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LANraragi/Utils/Database.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package LANraragi::Utils::Database;
use strict;
use warnings;
use utf8;

use open ':std', ':encoding(UTF-8)';
use feature qw(signatures);
no warnings 'experimental::signatures';

Expand Down

0 comments on commit 5f905c5

Please sign in to comment.