mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
no longer importing functions I'm not using
This commit is contained in:
parent
139f89e145
commit
254cdaf6a8
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl -w
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
use Time::HiRes qw( usleep gettimeofday tv_interval);
|
||||
use Time::HiRes qw( usleep );
|
||||
use IO::Handle;
|
||||
use List::MoreUtils qw( first_index );
|
||||
use Data::Dumper;
|
||||
|
Loading…
Reference in New Issue
Block a user