Skip to content

Commit

Permalink
Turn off experimental warnings explicitly.
Browse files Browse the repository at this point in the history
The use experimental qw() is not doing it.
  • Loading branch information
briandfoy committed Mar 6, 2023
1 parent d2adae1 commit b557757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mojolicious/Plugin/DirectoryServer.pm
Expand Up @@ -3,6 +3,8 @@ use v5.32;
package Mojolicious::Plugin::DirectoryServer;
use warnings;
use experimental qw(signatures);
no warnings qw(experimental::signatures);

our $VERSION = '1.001';

use Cwd ();
Expand Down

0 comments on commit b557757

Please sign in to comment.