no longer importing functions I'm not using

This commit is contained in:
Dima Kogan 2010-09-28 23:04:33 -07:00
parent 139f89e145
commit 254cdaf6a8

View File

@ -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;