Skip to content
Snippets Groups Projects
Commit 658f5b1e authored by Michael Gray's avatar Michael Gray
Browse files

Remove extraneous 'use feature qw( switch )'

parent a8fb374b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ package Zircon::Connection;
use strict;
use warnings;
use feature qw( switch );
use Carp;
use Scalar::Util qw( weaken );
......
......@@ -6,8 +6,6 @@ package Zircon::Protocol::Server::AppLauncher;
use strict;
use warnings;
use feature qw( switch );
use Scalar::Util qw( refaddr );
use Try::Tiny;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment