3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Remove unused use feature 'switch'

This commit is contained in:
Pragmatic Software 2015-06-15 20:04:48 -07:00
parent dd4796437b
commit 43f08b4cbc

View File

@ -9,8 +9,6 @@ package PBot::Refresher;
use warnings;
use strict;
use feature 'switch';
use Module::Refresh;
use Carp ();