From ea795e36eb00b7478701b55eb4edc7228a35f6c6 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 23 Oct 2010 14:45:58 -0700 Subject: [PATCH] no longer using Data::Dumper by default --- feedGnuplot.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index 7c4a7a0..4127492 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -4,7 +4,6 @@ use Getopt::Long; use Time::HiRes qw( usleep ); use IO::Handle; use List::MoreUtils qw( first_index ); -use Data::Dumper; use threads; use threads::shared; use Thread::Queue;