Skip to content

Commit

Permalink
Enable signatures in Mojo::Base
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 6, 2023
1 parent 93f2daa commit 096d316
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Mojolicious/Plugin/DirectoryServer.pm
@@ -1,16 +1,13 @@
use v5.32;

package Mojolicious::Plugin::DirectoryServer;
use warnings;
use experimental qw(signatures);
no warnings qw(experimental::signatures);

our $VERSION = '1.001';

use Cwd ();
use Encode ();
use DirHandle;
use Mojo::Base qw{ Mojolicious::Plugin };
use Mojo::Base qw( Mojolicious::Plugin -signatures );
use Mojo::JSON qw(encode_json);
use Mojolicious::Types;

Expand Down

0 comments on commit 096d316

Please sign in to comment.