From aac580cc5492cf7ed84372df7756e78fe893a2e1 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 4 Sep 2021 19:00:47 -0500 Subject: [PATCH] removed unnecessary `use` from perl script --- .pls_cache/index | Bin 0 -> 161 bytes lua/telescope/_extensions/cmd.pl | 1 - 2 files changed, 1 deletion(-) create mode 100644 .pls_cache/index diff --git a/.pls_cache/index b/.pls_cache/index new file mode 100644 index 0000000000000000000000000000000000000000..994e8990f008338ba61ea5aea36d0f5c84163917 GIT binary patch literal 161 zcmYL>T@J!941){nB!14q!ULz^5>w~`L^N%+qzG|n&Omu#ez4@vvWwcW-*?Wrm0!H` z>qdUs6bui%k^YI-deJSO+^5yMh-#x43$=8HdlrIOD!&sGXs&Z0Fp8uh7dlKFY)DTQ Yh!qzOBfX50a!v|CrlG|4)?c~pzTC7cegFUf literal 0 HcmV?d00001 diff --git a/lua/telescope/_extensions/cmd.pl b/lua/telescope/_extensions/cmd.pl index 6171e96..64bcb6f 100644 --- a/lua/telescope/_extensions/cmd.pl +++ b/lua/telescope/_extensions/cmd.pl @@ -8,7 +8,6 @@ use warnings; use strict; -use Data::Dumper qw(Dumper); my ($cmd, $word) = (shift, shift); my $qword = quotemeta($word);