summaryrefslogtreecommitdiffstats
path: root/bin/hush/status
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-03 20:49:31 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-03 20:49:31 -0400
commit90e7ef00e41e793221708d85f8dce45e5bdd61dc (patch)
tree61146f3a4d18b237bc26c5c218cbbb930ca8b1c4 /bin/hush/status
parentaa7999f9b8904be51080df95bc1fc02e5425c4b8 (diff)
downloadconf-90e7ef00e41e793221708d85f8dce45e5bdd61dc.tar.gz
conf-90e7ef00e41e793221708d85f8dce45e5bdd61dc.zip
remove some unnecessary non-core modules
Diffstat (limited to 'bin/hush/status')
-rwxr-xr-xbin/hush/status2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hush/status b/bin/hush/status
index 062455d..420f374 100755
--- a/bin/hush/status
+++ b/bin/hush/status
@@ -5,7 +5,7 @@ use 5.010;
use IO::Select;
use IO::Socket::UNIX;
-use JSON;
+use JSON::PP;
my $i3status = get_i3status_handle();
my $ipc = get_ipc_handle();