mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +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
|
#!/usr/bin/perl -w
|
||||||
use strict;
|
use strict;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Time::HiRes qw( usleep gettimeofday tv_interval);
|
use Time::HiRes qw( usleep );
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
use List::MoreUtils qw( first_index );
|
use List::MoreUtils qw( first_index );
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
Loading…
Reference in New Issue
Block a user