Skip to content

Commit d19d250

Browse files
committed
Follow up to #1512: silence warning about the use of an experimental feature (before Perl v5.36)
Signed-off-by: Michael Herger <michael@herger.net>
1 parent ed93bd0 commit d19d250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Slim/Plugin/FullTextSearch/Plugin.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package Slim::Plugin::FullTextSearch::Plugin;
22

33
use strict;
44
use Tie::Cache::LRU::Expires;
5+
no warnings 'experimental::regex_sets';
56

67
use Slim::Utils::Log;
78
use Slim::Utils::Prefs;

0 commit comments

Comments
 (0)