From 51fa020de2a65f213ca4a9519a3cbb68a89208ee Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 22 Jun 2019 18:28:38 -0700 Subject: [PATCH] Commands: Remove unused reference --- PBot/Commands.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PBot/Commands.pm b/PBot/Commands.pm index 14ad31f5..2d9c8e4c 100644 --- a/PBot/Commands.pm +++ b/PBot/Commands.pm @@ -18,7 +18,6 @@ use strict; use base 'PBot::Registerable'; use Carp (); -use Text::ParseWords qw(shellwords); sub new { if (ref($_[1]) eq 'HASH') {